summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/ppp/pppstats
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/ppp/pppstats')
-rw-r--r--mdk-stage1/ppp/pppstats/Makefile.linux2
-rw-r--r--mdk-stage1/ppp/pppstats/Makefile.sol22
-rw-r--r--mdk-stage1/ppp/pppstats/Makefile.sunos42
-rw-r--r--mdk-stage1/ppp/pppstats/pppstats.82
-rw-r--r--mdk-stage1/ppp/pppstats/pppstats.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/mdk-stage1/ppp/pppstats/Makefile.linux b/mdk-stage1/ppp/pppstats/Makefile.linux
index ef0764c5d..fc9da74a5 100644
--- a/mdk-stage1/ppp/pppstats/Makefile.linux
+++ b/mdk-stage1/ppp/pppstats/Makefile.linux
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id$
+# $Id: Makefile.linux 195720 2001-06-11 11:44:34Z gc $
#
PPPSTATSRCS = pppstats.c
diff --git a/mdk-stage1/ppp/pppstats/Makefile.sol2 b/mdk-stage1/ppp/pppstats/Makefile.sol2
index a6544e61b..6ae4c173f 100644
--- a/mdk-stage1/ppp/pppstats/Makefile.sol2
+++ b/mdk-stage1/ppp/pppstats/Makefile.sol2
@@ -1,6 +1,6 @@
#
# pppstats Makefile for SVR4 systems
-# $Id$
+# $Id: Makefile.sol2 195720 2001-06-11 11:44:34Z gc $
#
include ../solaris/Makedefs
diff --git a/mdk-stage1/ppp/pppstats/Makefile.sunos4 b/mdk-stage1/ppp/pppstats/Makefile.sunos4
index 2a036f28f..cfcfca541 100644
--- a/mdk-stage1/ppp/pppstats/Makefile.sunos4
+++ b/mdk-stage1/ppp/pppstats/Makefile.sunos4
@@ -1,6 +1,6 @@
#
# pppstats makefile
-# $Id$
+# $Id: Makefile.sunos4 195720 2001-06-11 11:44:34Z gc $
#
include ../sunos4/Makedefs
diff --git a/mdk-stage1/ppp/pppstats/pppstats.8 b/mdk-stage1/ppp/pppstats/pppstats.8
index 1ba8d5779..507202eb2 100644
--- a/mdk-stage1/ppp/pppstats/pppstats.8
+++ b/mdk-stage1/ppp/pppstats/pppstats.8
@@ -1,4 +1,4 @@
-.\" @(#) $Id$
+.\" @(#) $Id: pppstats.8 195720 2001-06-11 11:44:34Z gc $
.TH PPPSTATS 8 "26 June 1995"
.SH NAME
pppstats \- print PPP statistics
diff --git a/mdk-stage1/ppp/pppstats/pppstats.c b/mdk-stage1/ppp/pppstats/pppstats.c
index 77b803723..108638b06 100644
--- a/mdk-stage1/ppp/pppstats/pppstats.c
+++ b/mdk-stage1/ppp/pppstats/pppstats.c
@@ -36,7 +36,7 @@
#endif
#ifndef lint
-static const char rcsid[] = "$Id$";
+static const char rcsid[] = "$Id: pppstats.c 195720 2001-06-11 11:44:34Z gc $";
#endif
#include <stdio.h>