diff options
author | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:27:33 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2008-06-17 19:27:33 +0000 |
commit | 00f9a8f26321d0e37ecab72777bd77aab249d4ab (patch) | |
tree | e25f97eb8fbf9a986685b70ede1c15312011034e /tool/patches | |
parent | afdd4811bdbe4398643f20210e3b0850d1228110 (diff) |
Lost half of the previous utmp.h patch.
git-svn-id: http://svn.telesphoreo.org/trunk@322 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'tool/patches')
-rw-r--r-- | tool/patches/utmp.diff | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/tool/patches/utmp.diff b/tool/patches/utmp.diff index 80268d717..99303cfc4 100644 --- a/tool/patches/utmp.diff +++ b/tool/patches/utmp.diff @@ -1,8 +1,6 @@ -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 { +--- /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]; @@ -11,3 +9,10 @@ index a361c50..24d6f50 100644 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_ */ |