dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/support file.c,1.11,1.12


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/support file.c,1.11,1.12
Date: Wed, 08 Jan 2003 19:18:43 -0500

Update of /cvsroot/dotgnu-pnet/pnet/support
In directory subversions:/tmp/cvs-serv26534/support

Modified Files:
        file.c 
Log Message:


Internalcalls for file create time methods.


Index: file.c
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/support/file.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** file.c      4 Jan 2003 04:42:57 -0000       1.11
--- file.c      9 Jan 2003 00:18:41 -0000       1.12
***************
*** 541,544 ****
--- 541,549 ----
  }
  
+ int ILSysIOSetCreationTime(const char *path, ILInt64 time)
+ {
+       return IL_ERRNO_ENOSYS;
+ }
+ 
  #ifdef        __cplusplus
  };





reply via email to

[Prev in Thread] Current Thread [Next in Thread]