]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/cbcp.c
Updated config.h.in
[ppp.git] / pppd / cbcp.c
index b19283feba73d137522f3ee9867793b994e85520..e48aa4637d72c3a2cafdcc6ec06f558ba71fe5f7 100644 (file)
@@ -18,9 +18,7 @@
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-#ifndef lint
-static char rcsid[] = "$Id: cbcp.c,v 1.8 1999/07/21 00:24:30 paulus Exp $";
-#endif
+#define RCSID  "$Id: cbcp.c,v 1.11 2001/03/08 05:11:10 paulus Exp $"
 
 #include <stdio.h>
 #include <string.h>
@@ -32,6 +30,8 @@ static char rcsid[] = "$Id: cbcp.c,v 1.8 1999/07/21 00:24:30 paulus Exp $";
 #include "fsm.h"
 #include "lcp.h"
 
+static const char rcsid[] = RCSID;
+
 /*
  * Options.
  */
@@ -39,7 +39,7 @@ static int setcbcp __P((char **));
 
 static option_t cbcp_option_list[] = {
     { "callback", o_special, setcbcp,
-      "Ask for callback" },
+      "Ask for callback", OPT_PRIO | OPT_A2STRVAL, &cbcp[0].us_number },
     { NULL }
 };