13 lines
426 B
Diff
13 lines
426 B
Diff
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);
|