summaryrefslogtreecommitdiff
path: root/gpsd.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-17 15:09:01 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-17 15:09:41 -0400
commitfe8e58b8ce7c2e61c29c678e7dc335a5eed2f3d3 (patch)
tree8b9487451186ccd189512263c4126838e4b93d72 /gpsd.c
parentafa2d2158b595296aaf5f0a0dc29850d0ae910ae (diff)
downloadgpsd-fe8e58b8ce7c2e61c29c678e7dc335a5eed2f3d3.tar.gz
Egg-on-my-face build and compiler warning fixes.
Diffstat (limited to 'gpsd.c')
-rw-r--r--gpsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.c b/gpsd.c
index b93ed71c..e6ce089a 100644
--- a/gpsd.c
+++ b/gpsd.c
@@ -1989,7 +1989,7 @@ int main(int argc, char *argv[])
* Wait here until all the thread spawns produced by opening command-line
* PPS devices no longer need root privileges.
*/
- gpsd_await_pps_initialization();
+ gpsd_await_pps_initialization(&context);
#endif /* defined(HAVE_SYS_TIMEPPS_H) */
/* drop privileges */