Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 18 years ago
parent
commit
ce37d9e810
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/util-linux/gcc40.patch

+ 11
- 0
package/base/util-linux/gcc40.patch

@ -0,0 +1,11 @@
--- ./mount/umount.c~ 2005-09-10 20:07:38.000000000 +0200
+++ ./mount/umount.c 2006-07-13 16:32:41.000000000 +0200
@@ -40,7 +40,7 @@
#include <linux/unistd.h>
#ifdef __NR_umount2
-static int umount2(const char *path, int flags);
+int umount2(const char *path, int flags);
_syscall2(int, umount2, const char *, path, int, flags);

Loading…
Cancel
Save