remove redundant ifdef ... lol
This commit is contained in:
parent
57ca0572b1
commit
d7ec7db225
@ -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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user