2007-04-12 18:31:42 +02:00
|
|
|
Index: mount/umount.c
|
|
|
|
===================================================================
|
|
|
|
--- mount/umount.c.orig
|
2006-12-19 00:18:10 +01:00
|
|
|
+++ mount/umount.c
|
2007-04-12 18:31:42 +02:00
|
|
|
@@ -38,7 +38,7 @@
|
2006-12-19 00:18:10 +01:00
|
|
|
#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);
|
|
|
|
|