addition for netldis
authorBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 9 May 1980 01:15:38 +0000 (17:15 -0800)
committerBill Joy <bill@ucbvax.Berkeley.EDU>
Fri, 9 May 1980 01:15:38 +0000 (17:15 -0800)
SCCS-vsn: sys/sys/conf.h 3.2

usr/src/sys/sys/conf.h

index 7bead77..aa5ded9 100644 (file)
@@ -1,4 +1,4 @@
-/*     conf.h  3.1     %H%     */
+/*     conf.h  3.2     %H%     */
 
 /*
  * Declaration of block device
 
 /*
  * Declaration of block device
@@ -47,3 +47,7 @@ extern struct linesw
        int     (*l_start)();
        int     (*l_modem)();
 } linesw[];
        int     (*l_start)();
        int     (*l_modem)();
 } linesw[];
+
+#ifdef BERKNET
+#define        BNETLDIS        1               /* line discip for berk net */
+#endif