|
@@ -20,9 +20,9 @@ _syscall1(int, umount, const char *, specialfile);
|
|
static inline _syscall2(int, umount2, const char *, special_file, int, flags);
|
|
static inline _syscall2(int, umount2, const char *, special_file, int, flags);
|
|
- return (__syscall_umount2(special_file, flags));
|
|
+ return (__syscall_umount2(special_file, 0));
|