diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-04 07:47:18 +0000 |
commit | 606a572e11ab7ed23752deff0e6f037e2336a1df (patch) | |
tree | bed8b31ef05c6669d466b3df1f3871c311b6a0af /net/netdude/files/patch-protocols-arp::nd_arp.h | |
parent | Add libnetdude 0.6, (diff) |
- Update to 0.4.5
- Give maintainership to submitter
PR: ports/66198
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Notes
Notes:
svn path=/head/; revision=108344
Diffstat (limited to 'net/netdude/files/patch-protocols-arp::nd_arp.h')
-rw-r--r-- | net/netdude/files/patch-protocols-arp::nd_arp.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/netdude/files/patch-protocols-arp::nd_arp.h b/net/netdude/files/patch-protocols-arp::nd_arp.h deleted file mode 100644 index f35421e24833..000000000000 --- a/net/netdude/files/patch-protocols-arp::nd_arp.h +++ /dev/null @@ -1,11 +0,0 @@ ---- protocols/arp/nd_arp.h.orig Wed Nov 20 20:57:00 2002 -+++ protocols/arp/nd_arp.h Wed Nov 20 20:57:26 2002 -@@ -26,6 +26,8 @@ - #ifndef __nd_arp_h - #define __nd_arp_h - -+#include <sys/types.h> -+#include <sys/socket.h> - #include <net/ethernet.h> - #include <net/if_arp.h> - |