diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-14 00:44:04 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-01-14 00:44:58 +0100 |
commit | 689c389d2205779757da6cff0a27c3c2beb7d867 (patch) | |
tree | 929da3993ad08c5215567f9904cac329d46c33c6 /package/dsniff/patches/patch-arp_h | |
parent | 2267158ebee2af86e17b7c1a681d24f48b823865 (diff) |
remove old package
Diffstat (limited to 'package/dsniff/patches/patch-arp_h')
-rw-r--r-- | package/dsniff/patches/patch-arp_h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/dsniff/patches/patch-arp_h b/package/dsniff/patches/patch-arp_h deleted file mode 100644 index cfa1445ec..000000000 --- a/package/dsniff/patches/patch-arp_h +++ /dev/null @@ -1,11 +0,0 @@ -$Id$ ---- dsniff-2.4.orig/arp.h 2001-03-15 09:27:08.000000000 +0100 -+++ dsniff-2.4/arp.h 2007-01-23 00:20:48.000000000 +0100 -@@ -11,6 +11,6 @@ - #ifndef _ARP_H_ - #define _ARP_H_ - --int arp_cache_lookup(in_addr_t ip, struct ether_addr *ether); -+int arp_cache_lookup(in_addr_t ip, struct ether_addr *ether, const char *lif); - - #endif /* _ARP_H_ */ |