rpms/tux/devel tux-3.2.18-compile-fix.patch, NONE, 1.1 tux.spec, 1.27, 1.28

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Jun 5 22:14:45 UTC 2006


Author: davej

Update of /cvs/dist/rpms/tux/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv8325

Modified Files:
	tux.spec 
Added Files:
	tux-3.2.18-compile-fix.patch 
Log Message:
fix compile failure.


tux-3.2.18-compile-fix.patch:
 tux.c |    2 --
 1 files changed, 2 deletions(-)

--- NEW FILE tux-3.2.18-compile-fix.patch ---
--- tux-3.2.18/tux.c~	2006-06-05 18:09:03.000000000 -0400
+++ tux-3.2.18/tux.c	2006-06-05 18:11:57.000000000 -0400
@@ -47,8 +47,6 @@ inline int tux(unsigned int action, user
 #warning unsupported architecture, guessing __NR_tux=222 like x86...
 #define __NR_tux 222
 #endif
-
-_syscall2 (int, tux, unsigned int, action, user_req_t *, req)
 #endif
 
 


Index: tux.spec
===================================================================
RCS file: /cvs/dist/rpms/tux/devel/tux.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- tux.spec	5 Jun 2006 18:33:57 -0000	1.27
+++ tux.spec	5 Jun 2006 22:14:42 -0000	1.28
@@ -5,7 +5,7 @@
 %define minor 2
 %define patchlevel 18
 Version: %{major}.%{minor}.%{patchlevel}
-Release: 6
+Release: 7
 Summary: User-space component of TUX kernel-based threaded HTTP server
 License: GPL
 Group: System Environment/Daemons
@@ -15,6 +15,7 @@
 BuildPrereq: glib2-devel popt docbook-utils
 Patch1: tux-3.2.18-gcc34.patch
 Patch2: tux-3.2.18-strncpy-warning.patch
+Patch3: tux-3.2.18-compile-fix.patch
 
 %description
 TUX is a kernel-based, threaded, extremely high performance HTTP server.
@@ -30,6 +31,7 @@
 %setup
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make %{?_smp_mflags} CCFLAGS="$RPM_OPT_FLAGS"
@@ -70,6 +72,9 @@
 %doc tux.README NEWS SUCCESS gettuxconfig checkbindings demo.c demo.tux.so demo2.c demo2.tux.so demo3.c demo3.tux.so demo4.c demo4.tux.so demo5.tux.so samples/sample.log samples/sample.out docs/tux docs/TUXAPI*
 
 %changelog
+* Mon Jun  5 2006 Dave Jones <davej at redhat.com>
+- Fix _syscall2 compile failure. (#191828)
+
 * Mon Jun 05 2006 Jesse Keating <jkeating at redhat.com> - 3.2.18-6
 - Bumped for new build system
 




More information about the fedora-cvs-commits mailing list