summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-01-17 06:45:29 +0000
committerMike Frysinger <vapier@gentoo.org>2007-01-17 06:45:29 +0000
commit4de87837576d74a8dcf918418c10676785d9f777 (patch)
tree3717c6d432d8ecbb0fd204c926b14bc19c4dd6f1 /dev-util/strace/files
parentfix fbsd reference (diff)
downloadgentoo-2-4de87837576d74a8dcf918418c10676785d9f777.tar.gz
gentoo-2-4de87837576d74a8dcf918418c10676785d9f777.tar.bz2
gentoo-2-4de87837576d74a8dcf918418c10676785d9f777.zip
remove hunk that doesnt matter
Diffstat (limited to 'dev-util/strace/files')
-rw-r--r--dev-util/strace/files/strace-4.5.12-libaio.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/dev-util/strace/files/strace-4.5.12-libaio.patch b/dev-util/strace/files/strace-4.5.12-libaio.patch
index bd10e0a35a9f..e24d3c30ec47 100644
--- a/dev-util/strace/files/strace-4.5.12-libaio.patch
+++ b/dev-util/strace/files/strace-4.5.12-libaio.patch
@@ -32,15 +32,6 @@ http://bugs.gentoo.org/103427
AC_TYPE_SIGNAL
AC_TYPE_UID_T
AC_TYPE_MODE_T
-@@ -192,7 +212,7 @@
- fi
-
- AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist getdents mctl prctl sendmsg inet_ntop if_indextoname)
--AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h sys/aio.h poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h sys/nscsys.h mqueue.h sys/epoll.h libaio.h], [], [])
-+AC_CHECK_HEADERS([sys/reg.h sys/filio.h sys/acl.h sys/asynch.h sys/door.h stropts.h sys/conf.h sys/stream.h sys/tihdr.h sys/tiuser.h sys/sysconfig.h ioctls.h sys/ioctl.h sys/ptrace.h termio.h linux/ptrace.h asm/reg.h sys/uio.h poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h sys/nscsys.h mqueue.h sys/epoll.h], [], [])
- AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
- [], [], [#include <linux/socket.h>])
- AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
--- strace/desc.c
+++ strace/desc.c
@@ -767,7 +767,11 @@