Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > e13bdbccf28aef9f5083a287bdaf7b69 > files > 13

openafs.SLx-1.4.3-0.rc2.36.src.rpm

diff -ur openafs-1.4.2fc3.orig/src/afs/LINUX/osi_probe.c openafs-1.4.2fc3/src/afs/LINUX/osi_probe.c
--- openafs-1.4.2fc3.orig/src/afs/LINUX/osi_probe.c	2006-08-15 00:13:59.000000000 +0200
+++ openafs-1.4.2fc3/src/afs/LINUX/osi_probe.c	2006-09-17 18:59:23.000000000 +0200
@@ -45,6 +45,20 @@
 
 /* Code to find the Linux syscall table */
 
+#define __NR_ia32_break               17
+#define __NR_ia32_stty                31
+#define __NR_ia32_gtty                32
+#define __NR_ia32_ftime               35
+#define __NR_ia32_prof                44
+#define __NR_ia32_lock                53
+#define __NR_ia32_mpx                 56
+#define __NR_ia32_mount               21
+#define __NR_ia32_open                 5
+#define __NR_ia32_close                6
+#define __NR_ia32_unlink              10
+#define __NR_ia32_setgroups           81
+#define __NR_ia32_setgroups32        206
+
 #ifdef OSI_PROBE_STANDALONE
 #define OSI_PROBE_DEBUG
 #endif
diff -ur openafs-1.4.2fc3.orig/src/afs/LINUX/osi_syscall.c openafs-1.4.2fc3/src/afs/LINUX/osi_syscall.c
--- openafs-1.4.2fc3.orig/src/afs/LINUX/osi_syscall.c	2005-11-02 01:28:17.000000000 +0100
+++ openafs-1.4.2fc3/src/afs/LINUX/osi_syscall.c	2006-09-17 18:59:06.000000000 +0200
@@ -11,6 +11,12 @@
  * Linux module support routines.
  *
  */
+
+#define __NR_ia32_afs_syscall        137
+#define __NR_ia32_setgroups           81
+#define __NR_ia32_setgroups32        206
+
+
 #include <afsconfig.h>
 #include "afs/param.h"