diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1996-04-07 17:39:28 +0000 |
| commit | 6ffde942bf3c33906c93f86d2e59e4390f939a97 (patch) | |
| tree | a028bed739648741257da33b25b41aa98782b6f1 /sys/net/if_loop.c | |
| parent | 3157adc8af2da5594342d9b271100e5d952e9547 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_loop.c')
| -rw-r--r-- | sys/net/if_loop.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_loop.c b/sys/net/if_loop.c index 790311bcc677..894a4b5f2071 100644 --- a/sys/net/if_loop.c +++ b/sys/net/if_loop.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if_loop.c 8.1 (Berkeley) 6/10/93 - * $Id: if_loop.c,v 1.17 1996/02/05 19:34:27 wollman Exp $ + * $Id: if_loop.c,v 1.18 1996/02/06 18:51:11 wollman Exp $ */ /* @@ -48,7 +48,6 @@ #include <sys/errno.h> #include <sys/ioctl.h> #include <sys/time.h> -#include <machine/cpu.h> #include <net/if.h> #include <net/if_types.h> |
