summaryrefslogtreecommitdiffstats
path: root/isys/imount.h
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>1999-08-07 17:17:10 +0000
committerErik Troan <ewt@redhat.com>1999-08-07 17:17:10 +0000
commitf5dd4dcfdd7fe8859ed9fbcb929bf472f3ab3b68 (patch)
treeb9d8e532e140307007b8f20000b13e84c3da0755 /isys/imount.h
parente490844623aa6a43a819ee0bdf72d4f193f45420 (diff)
downloadanaconda-f5dd4dcfdd7fe8859ed9fbcb929bf472f3ab3b68.tar.gz
anaconda-f5dd4dcfdd7fe8859ed9fbcb929bf472f3ab3b68.tar.xz
anaconda-f5dd4dcfdd7fe8859ed9fbcb929bf472f3ab3b68.zip
include sys/mount.h
Diffstat (limited to 'isys/imount.h')
-rw-r--r--isys/imount.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/isys/imount.h b/isys/imount.h
index c7647ffab..3e87066f9 100644
--- a/isys/imount.h
+++ b/isys/imount.h
@@ -4,6 +4,8 @@
#define IMOUNT_ERR_ERRNO 1
#define IMOUNT_ERR_OTHER 2
+#include <sys/mount.h> /* for umount() */
+
int doPwMount(char * dev, char * where, char * fs, int rdonly, int istty,
char * acct, char * pw);