mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
62ca955f04
2.2-RELEASE, 300000 for 3.0-current for now).
18 lines
384 B
Plaintext
18 lines
384 B
Plaintext
--- support/uab/aarp.c.orig Tue Jan 14 11:11:30 1997
|
|
+++ support/uab/aarp.c Tue Jan 14 13:31:06 1997
|
|
@@ -40,6 +40,14 @@
|
|
#ifdef pyr
|
|
#include <netinet/in_ether.h>
|
|
#else pyr
|
|
+#ifdef __FreeBSD__
|
|
+#if __FreeBSD__ >= 2
|
|
+#include <osreldate.h>
|
|
+#endif
|
|
+#if __FreeBSD_version >= 300000
|
|
+#include <net/if_var.h>
|
|
+#endif
|
|
+#endif /*__FreeBSD__*/
|
|
#include <netinet/if_ether.h>
|
|
#endif pyr
|
|
|