diff options
author | mike <mike@FreeBSD.org> | 2002-04-26 22:48:23 +0000 |
---|---|---|
committer | mike <mike@FreeBSD.org> | 2002-04-26 22:48:23 +0000 |
commit | 99e543a853914f0d84a2b13980587577cffaf336 (patch) | |
tree | 115cd24c3ccb3e000a42bda8da856032a6fe36b5 /sys/kern/subr_mchain.c | |
parent | 796c52983674dea76052f2a77579bc008120a41c (diff) | |
download | FreeBSD-src-99e543a853914f0d84a2b13980587577cffaf336.zip FreeBSD-src-99e543a853914f0d84a2b13980587577cffaf336.tar.gz |
Move the new byte order function prototypes from <sys/param.h> to
<sys/endian.h>. This puts us in line with NetBSD and OpenBSD.
Diffstat (limited to 'sys/kern/subr_mchain.c')
-rw-r--r-- | sys/kern/subr_mchain.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/subr_mchain.c b/sys/kern/subr_mchain.c index 21fddac..1a8c4bd 100644 --- a/sys/kern/subr_mchain.c +++ b/sys/kern/subr_mchain.c @@ -35,6 +35,7 @@ #include <sys/param.h> #include <sys/systm.h> +#include <sys/endian.h> #include <sys/errno.h> #include <sys/mbuf.h> #include <sys/module.h> |