summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/ntptrace/ntptrace.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/ntptrace/ntptrace.c')
-rw-r--r--usr.sbin/xntpd/ntptrace/ntptrace.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/ntptrace/ntptrace.c b/usr.sbin/xntpd/ntptrace/ntptrace.c
index 206c738..0c54fdf 100644
--- a/usr.sbin/xntpd/ntptrace/ntptrace.c
+++ b/usr.sbin/xntpd/ntptrace/ntptrace.c
@@ -7,6 +7,8 @@
* Inspired by a script written by Glenn Trewitt
*
* Large portions stolen from ntpdate.c
+ *
+ * $FreeBSD$
*/
#include <stdio.h>
#include <signal.h>
@@ -103,7 +105,7 @@ static void printrefid P((FILE *, struct server *));
* 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