pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/socket Fix compiler warning.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ecb4e183096c
branches: trunk
changeset: 497892:ecb4e183096c
user: tron <tron%pkgsrc.org@localhost>
date: Sat Aug 06 21:22:24 2005 +0000
description:
Fix compiler warning.
diffstat:
sysutils/socket/distinfo | 4 ++--
sysutils/socket/patches/patch-ac | 14 ++++++++------
2 files changed, 10 insertions(+), 8 deletions(-)
diffs (56 lines):
diff -r 6df2d12afad4 -r ecb4e183096c sysutils/socket/distinfo
--- a/sysutils/socket/distinfo Sat Aug 06 21:08:05 2005 +0000
+++ b/sysutils/socket/distinfo Sat Aug 06 21:22:24 2005 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.4 2005/02/24 13:40:57 agc Exp $
+$NetBSD: distinfo,v 1.5 2005/08/06 21:22:24 tron Exp $
SHA1 (socket-1.1.tar.gz) = 1ada9bc6d949c303734030b3a34e2d6f0544d1db
RMD160 (socket-1.1.tar.gz) = 9a697cbdc807223f48229caa3349cba216b5ffc0
Size (socket-1.1.tar.gz) = 14426 bytes
SHA1 (patch-aa) = a2f567f4e27e18a333eeac46d1eb9c3033a7344f
SHA1 (patch-ab) = a57ef3243601007113f07493201804a6050f3182
-SHA1 (patch-ac) = e793500a60693e53ad145f9ade1b449f102212e6
+SHA1 (patch-ac) = 8fd665125b26aadc16ddbebcd165b2759391234b
SHA1 (patch-ad) = 034f34565952f94b4e12cf78f0bb9b5612091e4d
SHA1 (patch-ae) = 97bbe5066b8bf00fe45df1c1088768400abf102e
SHA1 (patch-af) = b40a7bbd22a6773816eb0e52403d67317979451d
diff -r 6df2d12afad4 -r ecb4e183096c sysutils/socket/patches/patch-ac
--- a/sysutils/socket/patches/patch-ac Sat Aug 06 21:08:05 2005 +0000
+++ b/sysutils/socket/patches/patch-ac Sat Aug 06 21:22:24 2005 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-ac,v 1.3 2004/05/10 16:36:33 minskim Exp $
+$NetBSD: patch-ac,v 1.4 2005/08/06 21:22:24 tron Exp $
---- globals.h.orig 1992-08-30 14:04:27.000000000 -0500
-+++ globals.h
-@@ -8,6 +8,10 @@ Please read the file COPYRIGHT for furth
+--- globals.h.orig 1992-08-30 20:04:27.000000000 +0100
++++ globals.h 2005-08-06 22:21:30.000000000 +0100
+@@ -8,6 +8,12 @@
*/
#include "patchlevel.h"
@@ -10,10 +10,12 @@
+#if HAVE_SYS_PARAM_H
+# include <sys/param.h>
+#endif
++
++#include <stdlib.h>
/* globals for socket */
-@@ -22,9 +26,16 @@ Please read the file COPYRIGHT for furth
+@@ -22,9 +28,16 @@
#define A(args) ()
#endif
@@ -30,7 +32,7 @@
void catchsig A((int sig)) ;
void usage A((void)) ;
int do_read_write A((int from, int to)) ;
-@@ -49,4 +60,7 @@ extern int quitflag ;
+@@ -49,4 +62,7 @@
extern int crlfflag ;
extern int active_socket ;
extern char *progname ;
Home |
Main Index |
Thread Index |
Old Index