diff options
Diffstat (limited to 'umount.c')
-rw-r--r-- | umount.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,12 +24,12 @@ | |||
24 | 24 | ||
25 | #include "internal.h" | 25 | #include "internal.h" |
26 | #include <stdio.h> | 26 | #include <stdio.h> |
27 | //#include <sys/mount.h> | ||
28 | #include <mntent.h> | 27 | #include <mntent.h> |
29 | #include <errno.h> | 28 | #include <errno.h> |
30 | #include <linux/unistd.h> | 29 | #include <linux/unistd.h> |
31 | 30 | ||
32 | 31 | ||
32 | //#include <sys/mount.h> | ||
33 | /* Include our own version of sys/mount.h, since libc5 doesn't | 33 | /* Include our own version of sys/mount.h, since libc5 doesn't |
34 | * know about umount2 */ | 34 | * know about umount2 */ |
35 | static _syscall1(int, umount, const char *, special_file); | 35 | static _syscall1(int, umount, const char *, special_file); |