]> git.ozlabs.org Git - ppp.git/blobdiff - chat/chat.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / chat / chat.c
index 0015e2bb9fa018be052acd8f2492d92c19d50bda..c9e01e2572851a56f51317a39a1c2cb93c686272 100644 (file)
  *             Columbus, OH  43221
  *             (614)451-1883
  *
- *
  */
 
+#ifndef __STDC__
+#define const
+#endif
+
 #ifndef lint
-static const char rcsid[] = "$Id: chat.c,v 1.23 1999/08/13 01:54:32 paulus Exp $";
+static const char rcsid[] = "$Id: chat.c,v 1.24 1999/08/13 06:46:09 paulus Exp $";
 #endif
 
 #include <stdio.h>