summaryrefslogtreecommitdiff
path: root/tool/patches/utmp.diff
diff options
context:
space:
mode:
Diffstat (limited to 'tool/patches/utmp.diff')
-rw-r--r--tool/patches/utmp.diff18
1 files changed, 0 insertions, 18 deletions
diff --git a/tool/patches/utmp.diff b/tool/patches/utmp.diff
deleted file mode 100644
index 99303cfc4..000000000
--- a/tool/patches/utmp.diff
+++ /dev/null
@@ -1,18 +0,0 @@
---- /usr/include/utmp.h 2008-05-25 06:24:18.000000000 +0000
-+++ /usr/include/utmp.h 2008-06-17 19:26:23.000000000 +0000
-@@ -92,13 +92,13 @@
- time_t ll_time;
- char ll_line[UT_LINESIZE];
- char ll_host[UT_HOSTSIZE];
--} __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_NA,__IPHONE_NA);
-+} __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0);
-
- struct utmp {
- char ut_line[UT_LINESIZE];
- char ut_name[UT_NAMESIZE];
- char ut_host[UT_HOSTSIZE];
- long ut_time;
--} __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_NA,__IPHONE_NA);
-+} __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0);
-
- #endif /* !_UTMP_H_ */