gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-30-


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-30-g3517cd5
Date: Mon, 25 Aug 2014 10:21:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  3517cd53afabac201b3563f58a33dc15fd35bfdd (commit)
       via  80cd103396fcd1185a476761bfb267ce12f64b32 (commit)
      from  dbdd6dec471d6a5614379bb6673342873294bc32 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3517cd53afabac201b3563f58a33dc15fd35bfdd
Author: Eric S. Raymond <address@hidden>
Date:   Mon Aug 25 06:19:03 2014 -0400

    Add some TODO items.

commit 80cd103396fcd1185a476761bfb267ce12f64b32
Author: Simon Dawson <address@hidden>
Date:   Mon Aug 25 10:31:18 2014 +0100

    Fix build error when ntpshm is false
    
    The build fails as follows
    
    libgpsd_core.c: In function 'ntpshm_latch':
    libgpsd_core.c:1660:24: error: 'const struct gps_type_t' has no member 
named 'time_offset'
      || device->device_type->time_offset == NULL)
                            ^
    libgpsd_core.c:1663:33: error: 'const struct gps_type_t' has no member 
named 'time_offset'
      fix_time += device->device_type->time_offset(device);
                                     ^
    scons: *** [libgpsd_core.os] Error 1
    
    The solution is to wrap #ifdef NTPSHM_ENABLE around the ntpshm_latch 
function
    
    Signed-off-by: Simon Dawson <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 TODO           |   16 ++++++++++++++++
 libgpsd_core.c |    2 ++
 2 files changed, 18 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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