diff options
Diffstat (limited to 'usr.sbin/xntpd/lib')
-rw-r--r-- | usr.sbin/xntpd/lib/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/xntpd/lib/machines.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/xntpd/lib/Makefile b/usr.sbin/xntpd/lib/Makefile index 32c6a4a964cc0..0d90c6b2d762b 100644 --- a/usr.sbin/xntpd/lib/Makefile +++ b/usr.sbin/xntpd/lib/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1994/04/03 20:37:05 wollman Exp $ +# $Id: Makefile,v 1.6 1995/03/23 19:13:04 wollman Exp $ # CFLAGS+= -I${.CURDIR}/../include diff --git a/usr.sbin/xntpd/lib/machines.c b/usr.sbin/xntpd/lib/machines.c index 1d1cbc92faa43..4996081020b5f 100644 --- a/usr.sbin/xntpd/lib/machines.c +++ b/usr.sbin/xntpd/lib/machines.c @@ -2,7 +2,7 @@ * * Real bummers unite ! * - * $Id:$ + * $Id: machines.c,v 1.1.1.3 1994/09/29 23:03:36 wollman Exp $ */ #include "ntp_stdlib.h" |