summaryrefslogtreecommitdiffstats
path: root/include/linux/if_pppvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/if_pppvar.h')
-rw-r--r--include/linux/if_pppvar.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/linux/if_pppvar.h b/include/linux/if_pppvar.h
index a85b33cd1..6fae4b94b 100644
--- a/include/linux/if_pppvar.h
+++ b/include/linux/if_pppvar.h
@@ -42,7 +42,7 @@
*/
/*
- * ==FILEVERSION 981004==
+ * ==FILEVERSION 990114==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, please set the above date.
@@ -61,7 +61,8 @@
#define NP_IP 0 /* Internet Protocol */
#define NP_IPX 1 /* IPX protocol */
#define NP_AT 2 /* Appletalk protocol */
-#define NUM_NP 3 /* Number of NPs. */
+#define NP_IPV6 3 /* Internet Protocol */
+#define NUM_NP 4 /* Number of NPs. */
#define OBUFSIZE 256 /* # chars of output buffering */