summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntpq/ntpq.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/ntpq/ntpq.c')
-rw-r--r--usr.sbin/xntpd/ntpq/ntpq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/ntpq/ntpq.c b/usr.sbin/xntpd/ntpq/ntpq.c
index 2c5eacf..186408a 100644
--- a/usr.sbin/xntpd/ntpq/ntpq.c
+++ b/usr.sbin/xntpd/ntpq/ntpq.c
@@ -1,5 +1,7 @@
/*
* ntpq - query an NTP server using mode 6 commands
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
#include <ctype.h>
@@ -512,7 +514,7 @@ int debug;
/*
* main - parse arguments and handle options
*/
-void
+int
main(argc, argv)
int argc;
char *argv[];
OpenPOWER on IntegriCloud