gpsd-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [gpsd-dev] ppsthread.c broken on non-Linux


From: Eric S. Raymond
Subject: Re: [gpsd-dev] ppsthread.c broken on non-Linux
Date: Tue, 24 Mar 2015 17:57:07 -0400
User-agent: Mutt/1.5.23 (2014-03-12)

Hal Murray <address@hidden>:
> diff --git a/ppsthread.c b/ppsthread.c
> index cb1daac..c03e708 100644
> --- a/ppsthread.c
> +++ b/ppsthread.c
> @@ -156,8 +156,8 @@ static int init_kernel_pps(volatile struct pps_thread_t 
> *pps_thread)
>      /* These variables are only needed by Linux to find /dev/ppsN. */
>      int ldisc = 18;   /* the PPS line discipline */
>      glob_t globbuf;
> -    char path[PATH_MAX] = "";
>  #endif
> +    char path[PATH_MAX] = "";
>  
>      pps_thread->kernelpps_handle = -1;
> 
> 

Gary, I'm inviting you to do that one because you seem still to be actively
working on ppsthread.[ch] and I am not.
-- 
                <a href="http://www.catb.org/~esr/";>Eric S. Raymond</a>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]