]> git.pld-linux.org Git - packages/strace.git/blame - strace-kernel26_userspace.patch
- tabs in preamble
[packages/strace.git] / strace-kernel26_userspace.patch
CommitLineData
d0d7ad0d
JK
1diff -durN -x '*~' strace-4.5.1.orig/configure.ac strace-4.5.1/configure.ac
2--- strace-4.5.1.orig/configure.ac 2003-11-07 00:44:09.000000000 +0100
3+++ strace-4.5.1/configure.ac 2004-12-21 09:51:41.882695896 +0100
4@@ -190,7 +190,7 @@
5 AC_CHECK_FUNCS(sigaction strerror strsignal pread sys_siglist _sys_siglist getdents mctl prctl sendmsg inet_ntop if_indextoname)
6 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], [], [])
7 AC_CHECK_HEADERS([linux/icmp.h linux/in6.h linux/netlink.h linux/if_packet.h],
8- [], [], [#include <linux/socket.h>])
9+ [], [], [#include <sys/socket.h>])
10 AC_CHECK_HEADERS([asm/sigcontext.h], [], [], [#include <signal.h>])
11 AC_CHECK_HEADERS([netinet/tcp.h netinet/udp.h],,, [#include <netinet/in.h>])
12
This page took 0.037596 seconds and 4 git commands to generate.