diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-10-28 15:59:26 +0000 |
| commit | 55b211e3af2a3fd1e1a04e5c4e2f005d5d4a9af2 (patch) | |
| tree | 40c7d40a52f2c032e0e2633ac1a1ebd7bb26f676 /sys/dev/fxp | |
| parent | 734091be671b5ef2d73da392369d73cb3fcc3d9c (diff) | |
Notes
Diffstat (limited to 'sys/dev/fxp')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 43f03bcb49fa6..ef3284f78c9b1 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -27,7 +27,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.44 1997/10/17 06:27:44 davidg Exp $ + * $Id: if_fxp.c,v 1.45 1997/10/23 01:45:15 davidg Exp $ */ /* @@ -42,7 +42,6 @@ #include <sys/malloc.h> #include <sys/kernel.h> #include <sys/socket.h> -#include <sys/syslog.h> #include <net/if.h> #include <net/if_dl.h> |
