Fixed segfault with 'cut -f 1 -d:' and added 'cut -s' suport.
[oweals/busybox.git] / umount.c
index 4aed989fb730495492c0d44dc01976c15eff479e..61f7f902803bc53c66a9e1e57872cbe160f2a1de 100644 (file)
--- a/umount.c
+++ b/umount.c
 
 #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);