summaryrefslogtreecommitdiffstats
path: root/compat/opensolaris/include/mnttab.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/opensolaris/include/mnttab.h')
-rw-r--r--compat/opensolaris/include/mnttab.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/compat/opensolaris/include/mnttab.h b/compat/opensolaris/include/mnttab.h
deleted file mode 100644
index 6e7d28c..0000000
--- a/compat/opensolaris/include/mnttab.h
+++ /dev/null
@@ -1,19 +0,0 @@
-#ifndef _OPENSOLARIS_MNTTAB_H_
-#define _OPENSOLARIS_MNTTAB_H_
-
-#include <stdio.h>
-#include <paths.h>
-
-#define MNTTAB _PATH_DEVNULL
-#define MNT_LINE_MAX 1024
-
-struct mnttab {
- char *mnt_special;
- char *mnt_mountp;
- char *mnt_fstype;
- char *mnt_mntopts;
-};
-
-int getmntany(FILE *fd, struct mnttab *mgetp, struct mnttab *mrefp);
-
-#endif /* !_OPENSOLARIS_MNTTAB_H_ */
OpenPOWER on IntegriCloud