diff options
author | wiz <wiz@pkgsrc.org> | 2017-02-16 07:50:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-02-16 07:50:54 +0000 |
commit | 905879d9eaae5fdff7b84c21dd25d11fabd55b26 (patch) | |
tree | 6f5ef17b6d8afea6c9404065b40955425cab258b /net | |
parent | 6660391546de4ea4087f5259c49b888f9aea3b2a (diff) | |
download | pkgsrc-905879d9eaae5fdff7b84c21dd25d11fabd55b26.tar.gz |
Remove patch after update (not in distinfo)
Diffstat (limited to 'net')
-rw-r--r-- | net/bing/patches/patch-ab | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net/bing/patches/patch-ab b/net/bing/patches/patch-ab deleted file mode 100644 index 2bbb96bc9b0..00000000000 --- a/net/bing/patches/patch-ab +++ /dev/null @@ -1,41 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2016/03/30 09:08:11 jperkin Exp $ - -Portability fixes. - ---- bing.c.orig 1995-07-20 23:45:32.000000000 +0000 -+++ bing.c -@@ -155,7 +155,7 @@ static char rcsid[] = "bing.c,v 1.16 199 - #include <sys/socket.h> - #include <sys/file.h> - #include <sys/time.h> --#include <sys/signal.h> -+#include <signal.h> - - #include <netinet/in_systm.h> - #include <netinet/in.h> -@@ -169,6 +169,7 @@ static char rcsid[] = "bing.c,v 1.16 199 - #include <stdio.h> - #include <ctype.h> - #include <errno.h> -+#include <stdlib.h> - #include <string.h> - #include <limits.h> - -@@ -1221,7 +1222,7 @@ int main(argc, argv) - int argc; - char **argv; - { -- extern int errno, optind; -+ extern int optind; - extern char *optarg; - struct protoent *proto; - struct in_addr ifaddr; -@@ -1230,7 +1231,7 @@ int main(argc, argv) - int i; - int ch, hold, recv_packlen, preload; - u_char *datap, *recv_packet; -- char *target1, *target2, *malloc(); -+ char *target1, *target2; - u_char ttl, loop; - #ifdef IP_OPTIONS - char rspace[3 + 4 * NROUTES + 1]; /* record route space */ |