pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/tcp_wrappers include <sys/types.h> before <sy...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9259a731b27d
branches: trunk
changeset: 468083:9259a731b27d
user: grant <grant%pkgsrc.org@localhost>
date: Tue Feb 10 09:17:22 2004 +0000
description:
include <sys/types.h> before <sys/socket.h>, allowing this to build
on IRIX 5.3.
fixes second part of PR pkg/24375 from Georg Schwarz.
diffstat:
security/tcp_wrappers/distinfo | 3 ++-
security/tcp_wrappers/patches/patch-ab | 12 ++++++++++++
2 files changed, 14 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r fde2d0d6a038 -r 9259a731b27d security/tcp_wrappers/distinfo
--- a/security/tcp_wrappers/distinfo Tue Feb 10 09:15:39 2004 +0000
+++ b/security/tcp_wrappers/distinfo Tue Feb 10 09:17:22 2004 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2003/06/10 17:58:34 jschauma Exp $
+$NetBSD: distinfo,v 1.5 2004/02/10 09:17:22 grant Exp $
SHA1 (tcp_wrappers_7.6-ipv6.1.tar.gz) = d0b70d4f0c0ac0375d8283a18ec2b6d602f82fde
Size (tcp_wrappers_7.6-ipv6.1.tar.gz) = 144708 bytes
SHA1 (patch-aa) = 4158e67803e39d9cf0469bc1961ea2a1e6d672e2
+SHA1 (patch-ab) = 51b094f55afcea6ef1063af1b27be0b22b07eaa6
diff -r fde2d0d6a038 -r 9259a731b27d security/tcp_wrappers/patches/patch-ab
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/security/tcp_wrappers/patches/patch-ab Tue Feb 10 09:17:22 2004 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2004/02/10 09:17:22 grant Exp $
+
+--- tcpd.h.orig 2000-08-22 03:59:52.000000000 +1000
++++ tcpd.h
+@@ -8,6 +8,7 @@
+
+ #define STRING_LENGTH 128 /* hosts, users, processes */
+
++#include <sys/types.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+
Home |
Main Index |
Thread Index |
Old Index