diff options
author | brian <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-03-30 17:19:56 +0000 |
commit | ba251791e5515dcb721b1be157f5d4e8a7226dcc (patch) | |
tree | 6f83a056e2881a8ff88186ba36e13475fe2df774 /net/arpwatch/files | |
parent | 3b30be6faec3ab569070fbeecb3a11a8fe7db42f (diff) | |
download | FreeBSD-ports-ba251791e5515dcb721b1be157f5d4e8a7226dcc.zip FreeBSD-ports-ba251791e5515dcb721b1be157f5d4e8a7226dcc.tar.gz |
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/files')
-rw-r--r-- | net/arpwatch/files/patch-aa | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/arpwatch/files/patch-aa b/net/arpwatch/files/patch-aa new file mode 100644 index 0000000..990e0b8 --- /dev/null +++ b/net/arpwatch/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> + |