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. dev-3.19-34-g2d5


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19-34-g2d5ce2d
Date: Tue, 9 Oct 2018 14:29:30 -0400 (EDT)

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  2d5ce2d995d993adf72a62cc121ebc0bd03dedcf (commit)
      from  cfa1cdf4267ae26a424f8280b201c49959569914 (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 2d5ce2d995d993adf72a62cc121ebc0bd03dedcf
Author: Baruch Siach <address@hidden>
Date:   Tue Oct 9 15:26:29 2018 +0300

    driver_greis: fix build with reconfigure disabled
    
    Unhide the definition of greis_parse_input and greis_event_hook since
    they are used unconditionally.
    
    Fixes the following build failure:
    
    driver_greis.c:969:25: error: 'greis_parse_input' undeclared here (not in a 
function); did you mean 'generic_parse_input'?
         .parse_packet     = greis_parse_input,
                             ^~~~~~~~~~~~~~~~~
                             generic_parse_input
    driver_greis.c:973:25: error: 'greis_event_hook' undeclared here (not in a 
function)
         .event_hook       = greis_event_hook,
                             ^~~~~~~~~~~~~~~~
    
    Cc: Gregory Fong <address@hidden>
    Signed-off-by: Baruch Siach <address@hidden>
    Signed-off-by: Gary E. Miller <address@hidden>

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

Summary of changes:
 driver_greis.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GPSD



reply via email to

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