changed ethernet #if
authorKipp Hickman <hickman@ucbvax.Berkeley.EDU>
Thu, 2 Jul 1981 08:07:46 +0000 (00:07 -0800)
committerKipp Hickman <hickman@ucbvax.Berkeley.EDU>
Thu, 2 Jul 1981 08:07:46 +0000 (00:07 -0800)
SCCS-vsn: sys/vax/vax/conf.c 4.36

usr/src/sys/vax/vax/conf.c

index 43bb19b..884f163 100644 (file)
@@ -1,4 +1,4 @@
-/*     conf.c  4.35    81/06/10        */
+/*     conf.c  4.36    81/07/01        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -231,7 +231,7 @@ int chopen(),chclose(),chread(),chwrite(),chioctl(),chreset();
 #endif
 
 #include "en.h"
 #endif
 
 #include "en.h"
-#if    NEN > 0 && !defined(CHAOS)
+#if    (NEN > 0) && !defined(CHAOS)
 int    enopen(),enclose(),enread(),enwrite(),enreset();
 #else
 #define        enopen  nodev
 int    enopen(),enclose(),enread(),enwrite(),enreset();
 #else
 #define        enopen  nodev