diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:25:07 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:25:07 +0000 |
commit | afdd4811bdbe4398643f20210e3b0850d1228110 (patch) | |
tree | 5cf46947dc601ca27b264a424a77d3ef4e299df3 /tool/patches/utmp.diff | |
parent | a0f5f155734556a2b802516aacdee164691e952a (diff) |
Merging in all the latest header patches.
git-svn-id: http://svn.telesphoreo.org/trunk@321 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches/utmp.diff')
-rw-r--r-- | tool/patches/utmp.diff | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tool/patches/utmp.diff b/tool/patches/utmp.diff new file mode 100644 index 000000000..80268d717 --- /dev/null +++ b/tool/patches/utmp.diff @@ -0,0 +1,13 @@ +diff --git /usr/include/utmp.h /usr/include/utmp.h +index a361c50..24d6f50 100644 +--- /usr/include/utmp.h ++++ /usr/include/utmp.h +@@ -92,7 +92,7 @@ struct lastlog { + 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]; |