From d7ec7db225bc832b4049084be3b83138333ca921 Mon Sep 17 00:00:00 2001 From: Kip Macy Date: Tue, 29 Jul 2008 23:00:54 +0000 Subject: [PATCH] remove redundant ifdef ... lol --- sys/sys/sockbuf.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/sys/sockbuf.h b/sys/sys/sockbuf.h index 7d4d88216f1e..f736c4dd3de2 100644 --- a/sys/sys/sockbuf.h +++ b/sys/sys/sockbuf.h @@ -97,7 +97,6 @@ struct sockbuf { short sb_flags; /* (c/d) flags, see below */ }; -#ifdef _KERNEL #ifdef _KERNEL void sbappend(struct sockbuf *sb, struct mbuf *m); @@ -198,7 +197,6 @@ void sblastmbufchk(struct sockbuf *, const char *, int); #define SBLASTRECORDCHK(sb) /* nothing */ #define SBLASTMBUFCHK(sb) /* nothing */ #endif /* SOCKBUF_DEBUG */ -#endif #endif /* _KERNEL */