mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
324 B

--- 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 */