diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-01-21 00:55:30 +0000 |
commit | a9e2dc176f709713f9565ed1711c958f0707eb36 (patch) | |
tree | e1676cbf88d75f6982fe157cf90f1bc6a6c21e72 /usr.sbin/apm | |
parent | 8eb115465a9db8d2a05eaf5244d6e5e8a54087c2 (diff) |
Diffstat (limited to 'usr.sbin/apm')
-rw-r--r-- | usr.sbin/apm/Makefile | 2 | ||||
-rw-r--r-- | usr.sbin/apm/apm.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/apm/Makefile b/usr.sbin/apm/Makefile index e47e2ba08265c..28ca6b3e4de35 100644 --- a/usr.sbin/apm/Makefile +++ b/usr.sbin/apm/Makefile @@ -1,4 +1,4 @@ -# $Id: $ +# $Id: Makefile,v 1.5 1996/05/21 18:09:11 wosch Exp $ PROG= apm LINKS= ${BINDIR}/apm ${BINDIR}/zzz diff --git a/usr.sbin/apm/apm.c b/usr.sbin/apm/apm.c index f9bfc4fa4c733..4fffbb084bd67 100644 --- a/usr.sbin/apm/apm.c +++ b/usr.sbin/apm/apm.c @@ -15,7 +15,7 @@ #ifndef lint static const char rcsid[] = - "$Id: apm.c,v 1.6.2.1 1997/09/03 06:28:42 charnier Exp $"; + "$Id: apm.c,v 1.6.2.2 1997/11/04 19:06:54 nate Exp $"; #endif /* not lint */ #include <err.h> |