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

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

[Dotgnu-pnet-commits] CVS: pnet/include il_config.h.in,1.29,1.30 il_sysi


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/include il_config.h.in,1.29,1.30 il_sysio.h,1.9,1.10
Date: Sun, 01 Dec 2002 04:56:05 -0500

Update of /cvsroot/dotgnu-pnet/pnet/include
In directory subversions:/tmp/cvs-serv24704/include

Modified Files:
        il_config.h.in il_sysio.h 
Log Message:
SetCurrentDirectory internal calls


Index: il_config.h.in
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_config.h.in,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** il_config.h.in      28 Nov 2002 23:19:06 -0000      1.29
--- il_config.h.in      1 Dec 2002 09:56:02 -0000       1.30
***************
*** 115,118 ****
--- 115,121 ----
  #undef HAVE_CEIL
  
+ /* Define if you have the chdir function.  */
+ #undef HAVE_CHDIR
+ 
  /* Define if you have the closedir function.  */
  #undef HAVE_CLOSEDIR

Index: il_sysio.h
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/include/il_sysio.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** il_sysio.h  6 Nov 2002 03:55:06 -0000       1.9
--- il_sysio.h  1 Dec 2002 09:56:03 -0000       1.10
***************
*** 292,295 ****
--- 292,300 ----
  int ILDirEntType(ILDirEnt *entry);
  
+ /*
+  * Change Directory
+  */
+ ILInt32 ILChangeDir(const char *path);
+ 
  #ifdef        __cplusplus 
  };





reply via email to

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