]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/ipv6cp.c
Fix the rcsid's for non-ansi compilers
[ppp.git] / pppd / ipv6cp.c
index bb7d9a18665e50490ec9032d4538af495344a706..94f2f67e6e945265c79d47c4f051a4ec77e62004 100644 (file)
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- * $Id: ipv6cp.c,v 1.1 1999/08/13 01:58:43 paulus Exp $ 
+ * $Id: ipv6cp.c,v 1.2 1999/08/13 06:46:13 paulus Exp $ 
  *
  *
  * Original version by Inria (www.inria.fr)
  * Modified to match RFC2472 by Tommi Komulainen <Tommi.Komulainen@iki.fi>
  */
 
-#ifndef lint
-static char rcsid[]="$Id: ipv6cp.c,v 1.1 1999/08/13 01:58:43 paulus Exp $";
-#endif
+#define RCSID  "$Id: ipv6cp.c,v 1.2 1999/08/13 06:46:13 paulus Exp $"
 
 /*
  * TODO: 
@@ -56,6 +54,8 @@ static char rcsid[]="$Id: ipv6cp.c,v 1.1 1999/08/13 01:58:43 paulus Exp $";
 #include "magic.h"
 #include "pathnames.h"
 
+static const char rcsid[] = RCSID;
+
 /* global vars */
 ipv6cp_options ipv6cp_wantoptions[NUM_PPP];     /* Options that we want to request */
 ipv6cp_options ipv6cp_gotoptions[NUM_PPP];     /* Options that peer ack'd */