aboutsummaryrefslogtreecommitdiff
path: root/umount.c
diff options
context:
space:
mode:
Diffstat (limited to 'umount.c')
-rw-r--r--umount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/umount.c b/umount.c
index 4aed989fb..61f7f9028 100644
--- a/umount.c
+++ b/umount.c
@@ -24,12 +24,12 @@
#include "internal.h"
#include <stdio.h>
-//#include <sys/mount.h>
#include <mntent.h>
#include <errno.h>
#include <linux/unistd.h>
+//#include <sys/mount.h>
/* Include our own version of sys/mount.h, since libc5 doesn't
* know about umount2 */
static _syscall1(int, umount, const char *, special_file);