Simon Wilkinson wrote:
>Try the attached patch for OpenAFS.

The patch can not applied against openafs-1.4.10-src.tar.bz2 due to 
differences in acinclude.m4. Use the following for patching acinclude.m4

--- acinclude.m4~       2009-03-31 14:16:45.000000000 +0200
+++ acinclude.m4        2009-06-05 13:54:52.000000000 +0200
@@ -175,6 +175,12 @@
 AC_ARG_ENABLE(warnings,
 [  --enable-warnings                   enable compilation warnings when 
building with gcc (defaults to disabled)],, enable_warnings="no"
 )
+AC_ARG_ENABLE([linux-syscall-probing],
+    [AS_HELP_STRING([--disable-linux-syscall-probing],
+        [disabling Linux syscall probing (defaults to enabled)])],
+    ,
+    [AC_DEFINE(ENABLE_LINUX_SYSCALL_PROBING, 1, 
+        [define to enable syscall table probes])])
 
 enable_login="no"
 
The resulting kernel module works fine:
 $ uname -rp
 2.6.27.21-0.1-default i686
 $ cat /etc/issue
 Welcome to openSUSE 11.1 - Kernel \r (\l).

Thank you for the patch!
Carsten


Attachment: pgpiXz5YOrkLB.pgp
Description: PGP signature

Reply via email to