diff options
author | hm <hm@FreeBSD.org> | 2000-10-09 13:18:17 +0000 |
---|---|---|
committer | hm <hm@FreeBSD.org> | 2000-10-09 13:18:17 +0000 |
commit | 9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb (patch) | |
tree | ca1e99e8eac9fd3f8c8cecbcbfc102b0bfa6f03f /sys/i4b/layer2/i4b_mbuf.c | |
parent | 7fc1fa165474e47dca5d7dfb2584d97d169d686d (diff) | |
download | FreeBSD-src-9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb.zip FreeBSD-src-9fc2bc8a46f4f09ca71eaf59e5c203b5d61533fb.tar.gz |
update to i4b version 0.95.04
Diffstat (limited to 'sys/i4b/layer2/i4b_mbuf.c')
-rw-r--r-- | sys/i4b/layer2/i4b_mbuf.c | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sys/i4b/layer2/i4b_mbuf.c b/sys/i4b/layer2/i4b_mbuf.c index cdd3969..ea6f479 100644 --- a/sys/i4b/layer2/i4b_mbuf.c +++ b/sys/i4b/layer2/i4b_mbuf.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 1999 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,26 +27,21 @@ * i4b - mbuf handling support routines * ------------------------------------ * - * $Id: i4b_mbuf.c,v 1.13 1999/12/13 21:25:27 hm Exp $ + * $Id: i4b_mbuf.c,v 1.15 2000/05/29 15:41:42 hm Exp $ * * $FreeBSD$ * - * last edit-date: [Mon Dec 13 22:04:10 1999] + * last edit-date: [Mon May 29 16:55:18 2000] * *---------------------------------------------------------------------------*/ #include <sys/param.h> #include <sys/systm.h> #include <sys/mbuf.h> - -#if defined(__FreeBSD__) -#else -#include <sys/ioctl.h> -#endif - #include <sys/tty.h> #include <sys/proc.h> #include <sys/uio.h> +#include <sys/kernel.h> #include <sys/socket.h> #include <net/if.h> |