From ba86f900bffcd74a54e07d93c67b59f2087d72ac Mon Sep 17 00:00:00 2001 From: archie Date: Thu, 20 Jan 2000 01:49:45 +0000 Subject: Fix an #ifdef that should have been and #ifndef. Noticed by: Hellmuth Michaelis --- sys/dev/sr/if_sr.c | 2 +- sys/dev/sr/if_sr_isa.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/sr') 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. -- cgit v1.1