remove redundant ifdef ... lol

This commit is contained in:
Kip Macy 2008-07-29 23:00:54 +00:00
parent 57ca0572b1
commit d7ec7db225
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=180972

View File

@ -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 */