blob: 1db3f7308f8f8353d3c7700b033dde3d1124cf81 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
Index: uts/usr/src/uts/common/sys/mnttab.h
===================================================================
--- uts.orig/usr/src/uts/common/sys/mnttab.h
+++ uts/usr/src/uts/common/sys/mnttab.h
@@ -85,6 +85,7 @@ struct mntentbuf {
};
#if !defined(_KERNEL)
+#include <stdio.h>
extern void resetmnttab(FILE *);
extern int getmntent(FILE *, struct mnttab *);
extern int getextmntent(FILE *, struct extmnttab *, size_t);
|