From bd4a75f6c8e3c821a45f136eb6c21e71aa1450be Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 19 Jun 2000 20:03:48 +0000 Subject: Finish off the libc5 porting effort. Everything now works with libc5 except for md5sum, which uses the GNU libc addition getline(). -Erik --- util-linux/umount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util-linux/umount.c') diff --git a/util-linux/umount.c b/util-linux/umount.c index 4aed989fb..61f7f9028 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c @@ -24,12 +24,12 @@ #include "internal.h" #include -//#include #include #include #include +//#include /* Include our own version of sys/mount.h, since libc5 doesn't * know about umount2 */ static _syscall1(int, umount, const char *, special_file); -- cgit v1.2.3