Show
Ignore:
Timestamp:
06/17/08 19:27:33 (5 months ago)
Author:
saurik
Message:

Lost half of the previous utmp.h patch.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tool/include.diff

    r321 r322  
    355355 int    opendev(char *, int, int, char **); 
    356356 int    openpty(int *, int *, char *, struct termios *, 
    357 diff --git /usr/include/utmp.h /usr/include/utmp.h 
    358 index a361c50..24d6f50 100644 
    359 --- /usr/include/utmp.h 
    360 +++ /usr/include/utmp.h 
    361 @@ -92,7 +92,7 @@ struct lastlog { 
     357--- /usr/include/utmp.h 2008-05-25 06:24:18.000000000 +0000 
     358+++ /usr/include/utmp.h 2008-06-17 19:26:23.000000000 +0000 
     359@@ -92,13 +92,13 @@ 
    362360        time_t  ll_time; 
    363361        char    ll_line[UT_LINESIZE]; 
     
    368366 struct utmp { 
    369367        char    ut_line[UT_LINESIZE]; 
     368        char    ut_name[UT_NAMESIZE]; 
     369        char    ut_host[UT_HOSTSIZE]; 
     370        long    ut_time; 
     371-}                                      __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_NA,__IPHONE_NA); 
     372+}                                      __OSX_AVAILABLE_BUT_DEPRECATED(__MAC_10_0,__MAC_10_5,__IPHONE_1_2,__IPHONE_2_0); 
     373  
     374 #endif /* !_UTMP_H_ */ 
    370375diff --git /usr/include/c++/4.0.0/arm-apple-darwin8/bits/c++config.h /usr/include/c++/4.0.0/arm-apple-darwin8/bits/c++config.h 
    371376index b570daa..3309946 100644