From c093690dfda595fd851519d6bd7544d4d9375bbb Mon Sep 17 00:00:00 2001 From: max Date: Wed, 8 Jan 1997 23:10:23 +0000 Subject: 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 --- net/cap/files/patch-ah | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/cap/files/patch-ah (limited to 'net/cap') diff --git a/net/cap/files/patch-ah b/net/cap/files/patch-ah new file mode 100644 index 00000000000..4c2874937d1 --- /dev/null +++ b/net/cap/files/patch-ah @@ -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 + #else pyr ++#include + #include + #endif pyr + -- cgit