From fe8e58b8ce7c2e61c29c678e7dc335a5eed2f3d3 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 17 Oct 2013 15:09:01 -0400 Subject: Egg-on-my-face build and compiler warning fixes. --- gpsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gpsd.c') 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 */ -- cgit v1.2.1