From 606a572e11ab7ed23752deff0e6f037e2336a1df Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Tue, 4 May 2004 07:47:18 +0000 Subject: - Update to 0.4.5 - Give maintainership to submitter PR: ports/66198 Submitted by: Yann Berthier --- .../patch-protocols-ether::nd_ether_callbacks.c | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c (limited to 'net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c') diff --git a/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c b/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c deleted file mode 100644 index 988c81609f4f..000000000000 --- a/net/netdude/files/patch-protocols-ether::nd_ether_callbacks.c +++ /dev/null @@ -1,28 +0,0 @@ ---- protocols/ether/nd_ether_callbacks.c.orig Sat Oct 12 00:20:26 2002 -+++ protocols/ether/nd_ether_callbacks.c Sat Oct 12 00:23:48 2002 -@@ -22,6 +22,7 @@ - CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. - - */ -+#include - #include - #include - #include -@@ -54,7 +55,7 @@ - if (!eh) - continue; - -- memcpy(eh->ether_shost, address, ETH_ALEN); -+ memcpy(eh->ether_shost, address, ETHER_ADDR_LEN); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -@@ -84,7 +85,7 @@ - if (!eh) - continue; - -- memcpy(eh->ether_dhost, address, ETH_ALEN); -+ memcpy(eh->ether_dhost, address, ETHER_ADDR_LEN); - nd_packet_modified_at_index(nd_pit_get(&pit), nd_pit_get_index(&pit)); - } - -- cgit v1.2.3