Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
7be23671b7
1 changed files with 12 additions and 0 deletions
  1. +12
    -0
      package/base/util-linux/no-_syscall2.patch

+ 12
- 0
package/base/util-linux/no-_syscall2.patch

@ -0,0 +1,12 @@
--- util-linux-2.12r/mount/umount.c~ 2007-07-04 23:57:17.000000000 +0200
+++ util-linux-2.12r/mount/umount.c 2007-07-04 23:57:31.000000000 +0200
@@ -42,7 +42,9 @@
int umount2(const char *path, int flags);
+#ifdef _syscall2
_syscall2(int, umount2, const char *, path, int, flags);
+#endif
#else /* __NR_umount2 */

Loading…
Cancel
Save