diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 23:53:28 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1997-11-29 23:53:28 +0000 |
commit | ade9d70b2ad3ebe93d9b6a54e9da5a09c43c81cb (patch) | |
tree | a9f29c388eee8eb8d0818c1fe45b8538528ab168 /net-mgmt/choparp/files | |
parent | 7d78a1cffbe28bde5fe74ca25e82518e9ae5b7b4 (diff) | |
download | ports-ade9d70b2ad3ebe93d9b6a54e9da5a09c43c81cb.tar.gz ports-ade9d70b2ad3ebe93d9b6a54e9da5a09c43c81cb.zip |
Notes
Diffstat (limited to 'net-mgmt/choparp/files')
-rw-r--r-- | net-mgmt/choparp/files/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-mgmt/choparp/files/patch-ac b/net-mgmt/choparp/files/patch-ac new file mode 100644 index 000000000000..dc51d4b91067 --- /dev/null +++ b/net-mgmt/choparp/files/patch-ac @@ -0,0 +1,12 @@ +--- choparp.c.orig Sat Nov 29 15:38:49 1997 ++++ choparp.c Sat Nov 29 15:45:52 1997 +@@ -21,6 +21,9 @@ + #include <net/if.h> + #include <netinet/in.h> + /* #include <net/if_arp.h> */ ++#if (__FreeBSD__ >= 3) ++ #include <net/if_var.h> ++#endif + #include <netinet/if_ether.h> + #include <sys/param.h> + #include <errno.h> |