From a9de3f4c61f5164ca4e859feed0fbd62a4f23eb2 Mon Sep 17 00:00:00 2001 From: joerg Date: Sat, 18 Feb 2006 14:06:21 +0000 Subject: Include sys/types.h before other sys/ headers for DragonFly. --- x11/rxvt-unicode/distinfo | 4 ++-- x11/rxvt-unicode/patches/patch-ab | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) (limited to 'x11') diff --git a/x11/rxvt-unicode/distinfo b/x11/rxvt-unicode/distinfo index c5fdacb08f4..fda2dce2892 100644 --- a/x11/rxvt-unicode/distinfo +++ b/x11/rxvt-unicode/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2006/02/04 11:12:55 wiz Exp $ +$NetBSD: distinfo,v 1.6 2006/02/18 14:06:21 joerg Exp $ SHA1 (rxvt-unicode-7.5.tar.bz2) = 0593bfd3086f962d063058029f3d8bb3ec8f8695 RMD160 (rxvt-unicode-7.5.tar.bz2) = 35a32522ce741b29f172d12897b7ff3d5d1badf0 Size (rxvt-unicode-7.5.tar.bz2) = 876045 bytes SHA1 (patch-aa) = 0ab263fae62b59d68af9e12da8cf3a3c7e29e93d -SHA1 (patch-ab) = ff41b8f5797fa251cce25556ef0d719c7ea17ac1 +SHA1 (patch-ab) = e62de93fedc61cb3bf744a99681a9a73c3d7decf diff --git a/x11/rxvt-unicode/patches/patch-ab b/x11/rxvt-unicode/patches/patch-ab index efd795fe31c..54930bfa174 100644 --- a/x11/rxvt-unicode/patches/patch-ab +++ b/x11/rxvt-unicode/patches/patch-ab @@ -1,10 +1,14 @@ -$NetBSD: patch-ab,v 1.1 2006/01/25 19:48:39 wiz Exp $ +$NetBSD: patch-ab,v 1.2 2006/02/18 14:06:21 joerg Exp $ ---- src/fdpass.C.orig 2006-01-22 17:08:42.000000000 +0000 +--- src/fdpass.C.orig 2006-01-28 14:35:04.000000000 +0000 +++ src/fdpass.C -@@ -28,6 +28,7 @@ - #include +@@ -27,9 +27,10 @@ + + #include // needed by broken bsds for NULL used in sys/uio.h + +-#include #include ++#include #include +#include -- cgit v1.2.3