illumos-packaging/uts/debian/patches/sys-mnttab.h-include-stdio....

13 lines
458 B
Diff

Index: uts-headers/usr/src/uts/common/sys/mnttab.h
===================================================================
--- uts-headers.orig/usr/src/uts/common/sys/mnttab.h 2012-10-08 04:26:00.000000000 +0400
+++ uts-headers/usr/src/uts/common/sys/mnttab.h 2012-10-25 14:13:19.613779413 +0400
@@ -83,6 +83,7 @@
};
#if !defined(_KERNEL)
+#include <stdio.h>
#ifdef __STDC__
extern void resetmnttab(FILE *);
extern int getmntent(FILE *, struct mnttab *);