summaryrefslogtreecommitdiff
path: root/pppstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-08-13 06:46:23 +0000
committerPaul Mackerras <paulus@samba.org>1999-08-13 06:46:23 +0000
commita3630de20e34796f434a728bfd9cf1a961380c82 (patch)
treeb71b6083dbbd1123e1ff27d9a14fd93efdeeb8fd /pppstats
parenta8c240d24e1b254284c06b06de06a66828eeec57 (diff)
downloadppp-a3630de20e34796f434a728bfd9cf1a961380c82.tar.gz
Fix the rcsid's for non-ansi compilers
Diffstat (limited to 'pppstats')
-rw-r--r--pppstats/pppstats.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/pppstats/pppstats.c b/pppstats/pppstats.c
index 98ca87a..d5f74b9 100644
--- a/pppstats/pppstats.c
+++ b/pppstats/pppstats.c
@@ -31,8 +31,12 @@
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
+#ifndef __STDC__
+#define const
+#endif
+
#ifndef lint
-static const char rcsid[] = "$Id: pppstats.c,v 1.26 1999/08/12 04:25:57 paulus Exp $";
+static const char rcsid[] = "$Id: pppstats.c,v 1.27 1999/08/13 06:46:23 paulus Exp $";
#endif
#include <stdio.h>