diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2000-11-30 18:52:32 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2000-11-30 18:52:32 +0000 |
| commit | 82625cf3210b7fedc2fd9bec3086ac6c80eb7792 (patch) | |
| tree | 1015c784cfe7837fe581870315903f98274f3729 /sys/dev | |
| parent | e232ab392111004873c341ff1b7da1a6a1f23c83 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/an/if_an.c | 1 | ||||
| -rw-r--r-- | sys/dev/wi/if_wi.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/an/if_an.c b/sys/dev/an/if_an.c index f881a035abc0..60c7892e261d 100644 --- a/sys/dev/an/if_an.c +++ b/sys/dev/an/if_an.c @@ -95,7 +95,6 @@ #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/kernel.h> -#include <sys/ucred.h> #include <sys/socket.h> #ifdef ANCACHE #include <sys/syslog.h> diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c index bbc74c0ddac9..c7c271cb563c 100644 --- a/sys/dev/wi/if_wi.c +++ b/sys/dev/wi/if_wi.c @@ -73,7 +73,6 @@ #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/kernel.h> -#include <sys/ucred.h> #include <sys/socket.h> #include <sys/module.h> #include <sys/bus.h> |
