summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpdate/ntpdate.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/ntpdate/ntpdate.c')
-rw-r--r--usr.sbin/xntpd/ntpdate/ntpdate.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/ntpdate/ntpdate.c b/usr.sbin/xntpd/ntpdate/ntpdate.c
index 6088328..1d2c7d5 100644
--- a/usr.sbin/xntpd/ntpdate/ntpdate.c
+++ b/usr.sbin/xntpd/ntpdate/ntpdate.c
@@ -1,5 +1,7 @@
/*
* ntpdate - set the time of day by polling one or more NTP servers
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
#include <signal.h>
@@ -156,7 +158,7 @@ static void printserver P((struct server *, FILE *));
* Main program. Initialize us and loop waiting for I/O and/or
* timer expiries.
*/
-void
+int
main(argc, argv)
int argc;
char *argv[];
OpenPOWER on IntegriCloud