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-decode_c | |
parent | 2267158ebee2af86e17b7c1a681d24f48b823865 (diff) |
remove old package
Diffstat (limited to 'package/dsniff/patches/patch-decode_c')
-rw-r--r-- | package/dsniff/patches/patch-decode_c | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/package/dsniff/patches/patch-decode_c b/package/dsniff/patches/patch-decode_c deleted file mode 100644 index 9709c8a5a..000000000 --- a/package/dsniff/patches/patch-decode_c +++ /dev/null @@ -1,21 +0,0 @@ -$Id$ ---- dsniff-2.4.orig/decode.c 2001-03-15 09:32:59.000000000 +0100 -+++ dsniff-2.4/decode.c 2007-01-23 00:20:48.000000000 +0100 -@@ -51,8 +51,6 @@ extern int decode_irc(u_char *, int, u_c - extern int decode_portmap(u_char *, int, u_char *, int); - extern int decode_mountd(u_char *, int, u_char *, int); - extern int decode_vrrp(u_char *, int, u_char *, int); --extern int decode_ypserv(u_char *, int, u_char *, int); --extern int decode_yppasswd(u_char *, int, u_char *, int); - - static struct decode decodes[] = { - { "hex", decode_hex }, -@@ -88,8 +86,6 @@ static struct decode decodes[] = { - { "irc", decode_irc }, - { "portmap", decode_portmap }, - { "mountd", decode_mountd }, -- { "ypserv", decode_ypserv }, -- { "yppasswd", decode_yppasswd }, - { NULL } - }; - |