Hello community, here is the log from the commit of package FAUmachine checked in at Fri Oct 13 00:04:55 CEST 2006. -------- --- arch/i386/FAUmachine/FAUmachine.changes 2006-01-25 21:43:52.000000000 +0100 +++ /mounts/work_users/ro/STABLE/FAUmachine/FAUmachine.changes 2006-10-12 22:00:06.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 12 21:59:46 CEST 2006 - ro@suse.de + +- define __KERNEL__ before including linux/syscall.h + to get syscall4 define + +------------------------------------------------------------------- New: ---- FAUmachine-syscall_kernel.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ FAUmachine.spec ++++++ --- /var/tmp/diff_new_pack.1KHa0s/_old 2006-10-13 00:04:13.000000000 +0200 +++ /var/tmp/diff_new_pack.1KHa0s/_new 2006-10-13 00:04:13.000000000 +0200 @@ -1,11 +1,11 @@ # # spec file for package FAUmachine (Version 20050727) # -# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # -# Please submit bugfixes or comments via http://bugs.opensuse.org +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -14,7 +14,7 @@ Summary: Documentation for FAUmachine Group: System/Emulators/PC Version: 20050727 -Release: 5 +Release: 23 Requires: %{name}-base License: GPL URL: http://www.faumachine.org/ @@ -22,6 +22,7 @@ Source0: %{name}-%{version}.tar.bz2 Patch0: FAUmachine-nonvoid.patch Patch1: FAUmachine-sound_sample.patch +Patch2: FAUmachine-syscall_kernel.patch %description Documentation and examples for the FAUmachine. The main program files @@ -191,6 +192,7 @@ %setup -q -n faumachine-%{version} %patch0 %patch1 +%patch2 %build ./autogen.sh @@ -281,6 +283,9 @@ %{_libdir}/faumachine/kernels/bsd.*-3.6 %changelog -n FAUmachine +* Thu Oct 12 2006 - ro@suse.de +- define __KERNEL__ before including linux/syscall.h + to get syscall4 define * Wed Jan 25 2006 - mls@suse.de - converted neededforbuild to BuildRequires * Wed Nov 30 2005 - jsmeix@suse.de ++++++ FAUmachine-syscall_kernel.patch ++++++ --- node-pc/setup.c +++ 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." ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org