]> git.pld-linux.org Git - packages/busybox.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 2 Apr 2006 12:21:06 +0000 (12:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    busybox-pivot_root.patch -> 1.5

busybox-pivot_root.patch [deleted file]

diff --git a/busybox-pivot_root.patch b/busybox-pivot_root.patch
deleted file mode 100644 (file)
index 103de1b..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-diff -urN busybox-1.00-pre2.org/libbb/syscalls.c busybox-1.00-pre2/libbb/syscalls.c
---- busybox-1.00-pre2.org/libbb/syscalls.c     2003-08-02 23:31:11.000000000 +0200
-+++ busybox-1.00-pre2/libbb/syscalls.c 2003-08-02 23:38:37.000000000 +0200
-@@ -29,6 +29,21 @@
- #include <sys/syscall.h>
- #include "libbb.h"
-+#ifndef __NR_pivot_root
-+# warning "Guessing pivot_root() syscall number"
-+# ifdef __i386__
-+#  define __NR_pivot_root 217
-+# elif defined(__alpha__)
-+#  define __NR_pivot_root 374
-+# elif defined(__sparc__) || defined(__sparc64__)
-+#  define __NR_pivot_root 146
-+# elif defined(__powerpc__)
-+#  define __NR_pivot_root 203
-+# else
-+#  error "Get kernel-2.4 headers!"
-+# endif
-+#endif
-+
- int sysfs(int option, unsigned int fs_index, char * buf)
- {
-       return(syscall(__NR_sysfs, option, fs_index, buf));
This page took 0.036428 seconds and 4 git commands to generate.