logo       
Google Custom Search
    AddThis Social Bookmark Button

[SSI] openssi/strace config.h.in,1.1.3.1.2.2,1.1.3.1.2.3 configure,1.1.3.1.: msg#00305

Subject: [SSI] openssi/strace config.h.in,1.1.3.1.2.2,1.1.3.1.2.3 configure,1.1.3.1.2.2,1.1.3.1.2.3 configure.ac,1.1.3.1.2.2,1.1.3.1.2.3 system.c,1.1.3.1.2.2,1.1.3.1.2.3
Update of /cvsroot/ssic-linux/openssi/strace
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27369/strace

Modified Files:
      Tag: OPENSSI-RH
        config.h.in configure configure.ac system.c 
Log Message:
Sync w/ FC branch


Index: configure.ac
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/strace/Attic/configure.ac,v
retrieving revision 1.1.3.1.2.2
retrieving revision 1.1.3.1.2.3
diff -u -d -r1.1.3.1.2.2 -r1.1.3.1.2.3
--- configure.ac        10 Feb 2004 06:12:18 -0000      1.1.3.1.2.2
+++ configure.ac        27 Oct 2004 23:46:17 -0000      1.1.3.1.2.3
@@ -181,7 +181,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 cluster/ssisys.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 
sys/aio.h  poll.h sys/poll.h sys/vfs.h asm/sysmips.h linux/utsname.h 
sys/nscsys.h linux/ssisys.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>])

Index: config.h.in
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/strace/Attic/config.h.in,v
retrieving revision 1.1.3.1.2.2
retrieving revision 1.1.3.1.2.3
diff -u -d -r1.1.3.1.2.2 -r1.1.3.1.2.3
--- config.h.in 10 Feb 2004 06:12:18 -0000      1.1.3.1.2.2
+++ config.h.in 27 Oct 2004 23:46:17 -0000      1.1.3.1.2.3
@@ -22,8 +22,8 @@
 /* Define to 1 if you have the <asm/sysmips.h> header file. */
 #undef HAVE_ASM_SYSMIPS_H
 
-/* Define to 1 if you have the <cluster/ssisys.h> header file. */
-#undef HAVE_CLUSTER_SSISYS_H
+/* Define to 1 if you have the <linux/ssisys.h> header file. */
+#undef HAVE_LINUX_SSISYS_H
 
 /* Define to 1 if you have the declaration of `sys_errlist', and to 0 if you
    don't. */

Index: configure
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/strace/Attic/configure,v
retrieving revision 1.1.3.1.2.2
retrieving revision 1.1.3.1.2.3
diff -u -d -r1.1.3.1.2.2 -r1.1.3.1.2.3
--- configure   10 Feb 2004 06:12:18 -0000      1.1.3.1.2.2
+++ configure   27 Oct 2004 23:46:17 -0000      1.1.3.1.2.3
@@ -6224,7 +6224,7 @@
 
 
 
-for ac_header in 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 cluster/ssisys.h
+for ac_header in 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 linux/ssisys.h
 do
 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
 if eval "test \"\${$as_ac_Header+set}\" = set"; then

Index: system.c
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/strace/Attic/system.c,v
retrieving revision 1.1.3.1.2.2
retrieving revision 1.1.3.1.2.3
diff -u -d -r1.1.3.1.2.2 -r1.1.3.1.2.3
--- system.c    10 Feb 2004 06:12:18 -0000      1.1.3.1.2.2
+++ system.c    27 Oct 2004 23:46:17 -0000      1.1.3.1.2.3
@@ -2014,8 +2014,8 @@
 struct cred;
 #include <sys/nscsys.h>
 #define SSISYS 1
-#elif defined (HAVE_CLUSTER_SSISYS_H)
-#include <cluster/ssisys.h>
+#elif defined (HAVE_LINUX_SSISYS_H)
+#include <linux/ssisys.h>
 #define SSISYS 1
 #endif
 



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click



Try Searching:
servers, voip, java, networking, microsoft ...
<Prev in Thread] Current Thread [Next in Thread>