summaryrefslogtreecommitdiff
path: root/usr.sbin/pppstats
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/pppstats')
-rw-r--r--usr.sbin/pppstats/Makefile2
-rw-r--r--usr.sbin/pppstats/pppstats.c2
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 454c4dd18753..83f03dd0ef2b 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.3 1994/11/19 13:57:06 jkh Exp $";
+static char rcsid[] = "pppstats.c,v 1.4 1995/05/30 03:51:18 rgrimes Exp";
#endif
#include <ctype.h>