]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/lcp.c
add data_name to struct protent
[ppp.git] / pppd / lcp.c
index 1e01de11dfccb1fda3e8ffd1f1741f6ad915851a..e1c017b30b4f8ee8f11a0fcd2cb534f458b8468d 100644 (file)
@@ -18,7 +18,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: lcp.c,v 1.35 1999/03/16 02:47:00 paulus Exp $";
+static char rcsid[] = "$Id: lcp.c,v 1.36 1999/03/16 22:54:41 paulus Exp $";
 #endif
 
 /*
@@ -192,6 +192,7 @@ struct protent lcp_protent = {
     NULL,
     1,
     "LCP",
+    NULL,
     lcp_option_list,
     NULL,
     NULL,