diff options
author | Brian Somers <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
commit | 4155dab552effcfc9649b1b079121ff7f4c19974 (patch) | |
tree | 88d272acfd87fd8c8910b7331f4206abadfcde70 /net/arpwatch-devel/files/patch-aa | |
parent | Fix name of include file. Packaging now works, so we can close PR (diff) |
Import arpwatch version 2.0.1a1, a tool for monitoring
a network interface and maintaining a table of MAC
addresses against IP numbers and host names.
Diffstat (limited to 'net/arpwatch-devel/files/patch-aa')
-rw-r--r-- | net/arpwatch-devel/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/arpwatch-devel/files/patch-aa b/net/arpwatch-devel/files/patch-aa new file mode 100644 index 000000000000..990e0b88b273 --- /dev/null +++ b/net/arpwatch-devel/files/patch-aa @@ -0,0 +1,18 @@ +*** arpwatch.c.orig Thu Jan 2 04:57:42 1997 +--- arpwatch.c Sun Mar 30 13:21:09 1997 +*************** +*** 43,48 **** +--- 43,55 ---- + #endif + #include <net/if.h> + ++ #ifdef __FreeBSD__ ++ #include <osreldate.h> ++ #if __FreeBSD_version >= 199702 ++ #include <net/if_var.h> ++ #endif ++ #endif ++ + #include <netinet/in.h> + #include <netinet/if_ether.h> + |