pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bing/patches Remove patch after update (not in dis...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e895903d4e7
branches:  trunk
changeset: 358592:2e895903d4e7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 16 07:50:54 2017 +0000

description:
Remove patch after update (not in distinfo)

diffstat:

 net/bing/patches/patch-ab |  41 -----------------------------------------
 1 files changed, 0 insertions(+), 41 deletions(-)

diffs (45 lines):

diff -r e3439d3773f8 -r 2e895903d4e7 net/bing/patches/patch-ab
--- a/net/bing/patches/patch-ab Thu Feb 16 07:48:58 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index