diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-06 07:17:22 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2007-07-06 07:17:22 +0000 |
commit | 6f5d8741e532cae5f69da3ffe7ecf3bf3afeb075 (patch) | |
tree | 5c087a38cafee17c984898b61b0f064f72cd49ce /sys/i4b/capi/capi_l4if.c | |
parent | 53ffeb8e0bbd665a1e27c17af9949fa80acddae7 (diff) | |
download | src-6f5d8741e532cae5f69da3ffe7ecf3bf3afeb075.tar.gz src-6f5d8741e532cae5f69da3ffe7ecf3bf3afeb075.zip |
I4B header files were repo-copied from sys/i386/include/ to
sys/i4b/include/ so they will be available to all architectures
once I4B compiles on those.
Adapt #include paths.
Approved by: re (kensmith)
Notes
Notes:
svn path=/head/; revision=171270
Diffstat (limited to 'sys/i4b/capi/capi_l4if.c')
-rw-r--r-- | sys/i4b/capi/capi_l4if.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i4b/capi/capi_l4if.c b/sys/i4b/capi/capi_l4if.c index 15cdb3726714..ef652640cfeb 100644 --- a/sys/i4b/capi/capi_l4if.c +++ b/sys/i4b/capi/capi_l4if.c @@ -36,9 +36,9 @@ __FBSDID("$FreeBSD$"); #include <sys/socket.h> #include <net/if.h> -#include <machine/i4b_debug.h> -#include <machine/i4b_ioctl.h> -#include <machine/i4b_cause.h> +#include <i4b/include/i4b_debug.h> +#include <i4b/include/i4b_ioctl.h> +#include <i4b/include/i4b_cause.h> #include <i4b/include/i4b_l3l4.h> #include <i4b/include/i4b_mbuf.h> |