1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

remove old hack that's no longer needed and now breaks the compile

This commit is contained in:
Peter Wemm 1998-06-21 04:47:21 +00:00
parent f74f7ac725
commit 0e40275a28
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37083

View File

@ -21,7 +21,7 @@
*/
#ifndef lint
static char rcsid[] = "$Id: sys-bsd.c,v 1.13 1998/03/22 05:33:08 peter Exp $";
static char rcsid[] = "$Id: sys-bsd.c,v 1.14 1998/06/20 18:02:16 peter Exp $";
#endif
/* $NetBSD: sys-bsd.c,v 1.1.1.3 1997/09/26 18:53:04 christos Exp $ */
@ -64,8 +64,7 @@ static char rcsid[] = "$Id: sys-bsd.c,v 1.13 1998/03/22 05:33:08 peter Exp $";
#if RTM_VERSION >= 3
#include <sys/param.h>
#if defined(NetBSD)
#if (NetBSD >= 199703)
#if defined(NetBSD) && (NetBSD >= 199703)
#include <netinet/if_inarp.h>
#else /* NetBSD 1.2D or later */
#ifdef __FreeBSD__
@ -73,8 +72,6 @@ static char rcsid[] = "$Id: sys-bsd.c,v 1.13 1998/03/22 05:33:08 peter Exp $";
#else
#include <net/if_ether.h>
#endif
#else
#include <netinet/if_ether.h>
#endif
#endif