[BACK]Return to utime.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/utime.h between version 1.2 and 1.3

version 1.2, 1997/09/21 10:45:59 version 1.3, 1998/05/13 08:39:21
Line 39 
Line 39 
 #ifndef _UTIME_H_  #ifndef _UTIME_H_
 #define _UTIME_H_  #define _UTIME_H_
   
   #include <machine/ansi.h>
   
   #ifdef  _BSD_TIME_T_
   typedef _BSD_TIME_T_    time_t;
   #undef  _BSD_TIME_T_
   #endif
   
 struct utimbuf {  struct utimbuf {
         time_t actime;          /* Access time */          time_t actime;          /* Access time */
         time_t modtime;         /* Modification time */          time_t modtime;         /* Modification time */

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3