diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 |
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /usr.sbin/pppstats | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'usr.sbin/pppstats')
| -rw-r--r-- | usr.sbin/pppstats/Makefile | 2 | ||||
| -rw-r--r-- | usr.sbin/pppstats/pppstats.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pppstats/Makefile b/usr.sbin/pppstats/Makefile index f766f340ab06..c8bef850315a 100644 --- a/usr.sbin/pppstats/Makefile +++ b/usr.sbin/pppstats/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1994/11/12 06:07:15 lars Exp $ +# Makefile,v 1.2 1994/11/14 08:02:40 bde Exp PROG= pppstats MAN8= pppstats.8 diff --git a/usr.sbin/pppstats/pppstats.c b/usr.sbin/pppstats/pppstats.c index 1a1e7ebec3d9..0cc922afb22c 100644 --- a/usr.sbin/pppstats/pppstats.c +++ b/usr.sbin/pppstats/pppstats.c @@ -26,7 +26,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: pppstats.c,v 1.2 1994/11/12 19:33:41 lars Exp $"; +static char rcsid[] = "pppstats.c,v 1.3 1994/11/19 13:57:06 jkh Exp"; #endif #include <ctype.h> |
