]> git.ozlabs.org Git - ppp.git/blobdiff - pppstats/pppstats.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppstats / pppstats.c
index 2881f047a527d0496b882d9afd9866b7e9682362..d5f74b9911a8b2c133d2bcec4842147583ea3f31 100644 (file)
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
+#ifndef __STDC__
+#define const
+#endif
+
 #ifndef lint
-static char rcsid[] = "$Id: pppstats.c,v 1.25 1999/04/16 11:36:51 paulus Exp $";
+static const char rcsid[] = "$Id: pppstats.c,v 1.27 1999/08/13 06:46:23 paulus Exp $";
 #endif
 
 #include <stdio.h>