diff options
author | julian <julian@FreeBSD.org> | 2008-08-25 05:38:18 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 2008-08-25 05:38:18 +0000 |
commit | 64d908d08efb96c9d4abd5c31bfea8d6d2a8fed2 (patch) | |
tree | d844e467ff749ffe05b16bf4424e654ce716ac0d /sys/compat/svr4/svr4_sockio.c | |
parent | d908a854a8b06380b128f7e9bce82ea914045ab7 (diff) | |
download | FreeBSD-src-64d908d08efb96c9d4abd5c31bfea8d6d2a8fed2.zip FreeBSD-src-64d908d08efb96c9d4abd5c31bfea8d6d2a8fed2.tar.gz |
We left out V_static_len from ip_fw2.c
(also a whitespace diff that i'd rahter fix her ethan break in the
vimage branch.)
Diffstat (limited to 'sys/compat/svr4/svr4_sockio.c')
-rw-r--r-- | sys/compat/svr4/svr4_sockio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_sockio.c b/sys/compat/svr4/svr4_sockio.c index 41a1621..fb094d0 100644 --- a/sys/compat/svr4/svr4_sockio.c +++ b/sys/compat/svr4/svr4_sockio.c @@ -37,8 +37,8 @@ __FBSDID("$FreeBSD$"); #include <sys/sockio.h> #include <sys/socket.h> #include <sys/vimage.h> -#include <net/if.h> +#include <net/if.h> #include <compat/svr4/svr4.h> #include <compat/svr4/svr4_util.h> |