summaryrefslogtreecommitdiffstats
path: root/sys/sys/sockbuf.h
diff options
context:
space:
mode:
authorkmacy <kmacy@FreeBSD.org>2008-07-29 23:00:54 +0000
committerkmacy <kmacy@FreeBSD.org>2008-07-29 23:00:54 +0000
commitf2f0ebed5e51b5a53b9aa59fee15ed48418a9869 (patch)
tree871edbd203a23f06dc7dcecd73bb732182999a0b /sys/sys/sockbuf.h
parent1b467f037efde96f4c3907f4422f9534c207f983 (diff)
downloadFreeBSD-src-f2f0ebed5e51b5a53b9aa59fee15ed48418a9869.zip
FreeBSD-src-f2f0ebed5e51b5a53b9aa59fee15ed48418a9869.tar.gz
remove redundant ifdef ... lol
Diffstat (limited to 'sys/sys/sockbuf.h')
-rw-r--r--sys/sys/sockbuf.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/sys/sockbuf.h b/sys/sys/sockbuf.h
index 7d4d882..f736c4d 100644
--- a/sys/sys/sockbuf.h
+++ b/sys/sys/sockbuf.h
@@ -98,7 +98,6 @@ struct sockbuf {
};
#ifdef _KERNEL
-#ifdef _KERNEL
void sbappend(struct sockbuf *sb, struct mbuf *m);
void sbappend_locked(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 */
OpenPOWER on IntegriCloud