diff options
Diffstat (limited to 'tool/patches/utmpx.diff')
-rw-r--r-- | tool/patches/utmpx.diff | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tool/patches/utmpx.diff b/tool/patches/utmpx.diff new file mode 100644 index 000000000..388fd0cea --- /dev/null +++ b/tool/patches/utmpx.diff @@ -0,0 +1,24 @@ +diff --git a/utmpx.h b/utmpx.h +index ee657d2..1279ae5 100644 +--- a/utmpx.h ++++ b/utmpx.h +@@ -62,6 +62,7 @@ + + #include <_types.h> + #include <sys/time.h> ++#include <TargetConditionals.h> + + #ifndef _PID_T + #define _PID_T +@@ -149,9 +150,11 @@ struct lastlogx * + getlastlogx(uid_t, struct lastlogx *); + struct lastlogx * + getlastlogxbyname(const char*, struct lastlogx *); ++#if !TARGET_OS_IPHONE + struct utmp; /* forward reference */ + void getutmp(const struct utmpx *, struct utmp *); + void getutmpx(const struct utmp *, struct utmpx *); ++#endif + #endif /* !_POSIX_C_SOURCE || _DARWIN_C_SOURCE */ + + struct utmpx * |