1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

New patch:

Make support/uab/aarp.c include net/if_var.h.  (This is due to recent
change made to if_ether.h.)
Noticed by:	phk
This commit is contained in:
Masafumi Max NAKANE 1997-01-08 23:10:23 +00:00
parent 53923b125f
commit da2b0bf941
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5267

10
net/cap/files/patch-ah Normal file
View File

@ -0,0 +1,10 @@
--- support/uab/aarp.c.orig Thu Jan 9 07:45:00 1997
+++ support/uab/aarp.c Thu Jan 9 07:49:45 1997
@@ -40,6 +40,7 @@
#ifdef pyr
#include <netinet/in_ether.h>
#else pyr
+#include <net/if_var.h>
#include <netinet/if_ether.h>
#endif pyr