Mailinglist Archive: opensuse-commit (1670 mails)

< Previous Next >
commit FAUmachine
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 31 Oct 2006 11:42:27 +0100 (CET)
  • Message-id: <20061031104227.1BD2484813@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package FAUmachine
checked in at Tue Oct 31 11:42:27 CET 2006.

--------
--- arch/i386/FAUmachine/FAUmachine.changes 2006-10-12 22:00:06.000000000 +0200
+++ /mounts/work_src_done/STABLE/FAUmachine/FAUmachine.changes 2006-10-31 09:33:17.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Oct 31 09:33:02 CET 2006 - olh@xxxxxxx
+
+- use syscall(2)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ FAUmachine.spec ++++++
--- /var/tmp/diff_new_pack.qSAqKj/_old 2006-10-31 11:41:47.000000000 +0100
+++ /var/tmp/diff_new_pack.qSAqKj/_new 2006-10-31 11:41:47.000000000 +0100
@@ -14,9 +14,9 @@
Summary: Documentation for FAUmachine
Group: System/Emulators/PC
Version: 20050727
-Release: 23
+Release: 31
Requires: %{name}-base
-License: GPL
+License: GNU General Public License (GPL) - all versions
URL: http://www.faumachine.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: %{name}-%{version}.tar.bz2
@@ -283,6 +283,8 @@
%{_libdir}/faumachine/kernels/bsd.*-3.6

%changelog -n FAUmachine
+* Tue Oct 31 2006 - olh@xxxxxxx
+- use syscall(2)
* Thu Oct 12 2006 - ro@xxxxxxx
- define __KERNEL__ before including linux/syscall.h
to get syscall4 define

++++++ FAUmachine-syscall_kernel.patch ++++++
--- /var/tmp/diff_new_pack.qSAqKj/_old 2006-10-31 11:41:50.000000000 +0100
+++ /var/tmp/diff_new_pack.qSAqKj/_new 2006-10-31 11:41:50.000000000 +0100
@@ -1,12 +1,28 @@
---- node-pc/setup.c
+---
+ node-pc/setup.c | 6 +-----
+ 1 file changed, 1 insertion(+), 5 deletions(-)
+
+Index: node-pc/setup.c
+===================================================================
+--- node-pc/setup.c.orig
+++ node-pc/setup.c
-@@ -11,7 +11,9 @@
- #include <unistd.h>
- #include <sys/ioctl.h>
- #if defined(LINUX)
-+#define __KERNEL__
- #include <linux/unistd.h>
-+#undef __KERNEL__
- #elif defined(OPENBSD)
- #else
- #warning "Not ported yet - FIXME."
+@@ -61,9 +61,6 @@ faumachine_helper(ops op, unsigned long
+ }
+ }
+ #endif
+-#else
+-static inline _syscall4(int, faumachine_helper, ops, op, unsigned long, arg1,
+- unsigned long, arg2, unsigned long, arg3);
+ #endif
+
+ #define DEBUG_BRIDGECONFIG 0
+@@ -98,8 +95,7 @@ test_kernel_improvement(void)
+ unsigned long actual_version;
+ int ret = 0;
+
+- ret = faumachine_helper(TEST_IMPROVEMENT, (unsigned long)&actual_version,
+- 0, 0);
++ ret = syscall(__NR_faumachine_helper, TEST_IMPROVEMENT, (unsigned long)&actual_version, 0, 0);
+
+ if (ret != 0)
+ return test_kernel_impr_module();


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread