]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/pppstats.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppstats / pppstats.c
index 98ca87ac3a7ac78d7854be734f2f498683c5e8de..d5f74b9911a8b2c133d2bcec4842147583ea3f31 100644 (file)
  * 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>