summaryrefslogtreecommitdiffstats
path: root/sys/sys
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2002-06-23 12:06:40 +0000
committerluigi <luigi@FreeBSD.org>2002-06-23 12:06:40 +0000
commit6bfefadf421f4df4391e1cab7e1f93bf5547aa43 (patch)
tree976ce64ee0fcb04818af71f0465f810f7e9cf7ad /sys/sys
parentb41f90758729210693d3a13f7ed52b47179a0229 (diff)
downloadFreeBSD-src-6bfefadf421f4df4391e1cab7e1f93bf5547aa43.zip
FreeBSD-src-6bfefadf421f4df4391e1cab7e1f93bf5547aa43.tar.gz
Remove some extra spaces hidden between tabs
Spotted-by: diff against the version in RELENG_4
Diffstat (limited to 'sys/sys')
-rw-r--r--sys/sys/mbuf.h30
1 files changed, 15 insertions, 15 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h
index 92e0167..5a2b177 100644
--- a/sys/sys/mbuf.h
+++ b/sys/sys/mbuf.h
@@ -472,11 +472,11 @@ extern int nsfbufs; /* Number of sendfile(2) bufs */
void _mext_free(struct mbuf *);
void m_adj(struct mbuf *, int);
-struct mbuf *m_aux_add(struct mbuf *, int, int);
-struct mbuf *m_aux_add2(struct mbuf *, int, int, void *);
+struct mbuf *m_aux_add(struct mbuf *, int, int);
+struct mbuf *m_aux_add2(struct mbuf *, int, int, void *);
void m_aux_delete(struct mbuf *, struct mbuf *);
-struct mbuf *m_aux_find(struct mbuf *, int, int);
-struct mbuf *m_aux_find2(struct mbuf *, int, int, void *);
+struct mbuf *m_aux_find(struct mbuf *, int, int);
+struct mbuf *m_aux_find2(struct mbuf *, int, int, void *);
void m_cat(struct mbuf *, struct mbuf *);
void m_chtype(struct mbuf *, short);
void m_clget(struct mbuf *, int);
@@ -484,23 +484,23 @@ void m_extadd(struct mbuf *, caddr_t, u_int,
void (*free)(caddr_t, void *), void *, short, int);
void m_copyback(struct mbuf *, int, int, caddr_t);
void m_copydata(const struct mbuf *, int, int, caddr_t);
-struct mbuf *m_copym(struct mbuf *, int, int, int);
-struct mbuf *m_copypacket(struct mbuf *, int);
-struct mbuf *m_devget(char *, int, int, struct ifnet *,
+struct mbuf *m_copym(struct mbuf *, int, int, int);
+struct mbuf *m_copypacket(struct mbuf *, int);
+struct mbuf *m_devget(char *, int, int, struct ifnet *,
void (*copy)(char *, caddr_t, u_int));
struct mbuf *m_dup(struct mbuf *, int);
struct mbuf *m_free(struct mbuf *);
void m_freem(struct mbuf *);
-struct mbuf *m_get(int, int);
-struct mbuf *m_get_clrd(int, int);
-struct mbuf *m_gethdr(int, int);
+struct mbuf *m_get(int, int);
+struct mbuf *m_get_clrd(int, int);
+struct mbuf *m_gethdr(int, int);
struct mbuf *m_gethdr_clrd(int, int);
-struct mbuf *m_getm(struct mbuf *, int, int, int);
-struct mbuf *m_prepend(struct mbuf *, int, int);
+struct mbuf *m_getm(struct mbuf *, int, int, int);
+struct mbuf *m_prepend(struct mbuf *, int, int);
void m_print(const struct mbuf *m);
-struct mbuf *m_pulldown(struct mbuf *, int, int, int *);
-struct mbuf *m_pullup(struct mbuf *, int);
-struct mbuf *m_split(struct mbuf *, int, int);
+struct mbuf *m_pulldown(struct mbuf *, int, int, int *);
+struct mbuf *m_pullup(struct mbuf *, int);
+struct mbuf *m_split(struct mbuf *, int, int);
#endif /* _KERNEL */
#endif /* !_SYS_MBUF_H_ */
OpenPOWER on IntegriCloud