diff options
Diffstat (limited to 'sys/dev/sr')
-rw-r--r-- | sys/dev/sr/if_sr.c | 2 | ||||
-rw-r--r-- | sys/dev/sr/if_sr_isa.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/sr/if_sr.c b/sys/dev/sr/if_sr.c index c331e3f..e9b0d08 100644 --- a/sys/dev/sr/if_sr.c +++ b/sys/dev/sr/if_sr.c @@ -59,7 +59,7 @@ #endif #endif /* NETGRAPH */ -#ifdef NETGRAPH +#ifndef NETGRAPH #include "sppp.h" #if NSPPP <= 0 #error Device 'sr' requires sppp. diff --git a/sys/dev/sr/if_sr_isa.c b/sys/dev/sr/if_sr_isa.c index c331e3f..e9b0d08 100644 --- a/sys/dev/sr/if_sr_isa.c +++ b/sys/dev/sr/if_sr_isa.c @@ -59,7 +59,7 @@ #endif #endif /* NETGRAPH */ -#ifdef NETGRAPH +#ifndef NETGRAPH #include "sppp.h" #if NSPPP <= 0 #error Device 'sr' requires sppp. |