[BACK]Return to fep_util.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / fep

Diff for /OpenXM_contrib2/fep/fep_util.c between version 1.1 and 1.3

version 1.1, 2002/09/03 00:41:44 version 1.3, 2010/04/23 05:34:05
Line 8  static char rcsid[]=
Line 8  static char rcsid[]=
 #ifndef MKARGDEBUG  #ifndef MKARGDEBUG
   
 #include <stdio.h>  #include <stdio.h>
   #include <string.h>
 #include <pwd.h>  #include <pwd.h>
 #include <sys/types.h>  #include <sys/types.h>
 #if defined(__CYGWIN__)  #if defined(__CYGWIN__) || defined(sun)
 #include <dirent.h>  #include <dirent.h>
 #else  #else
 #include <sys/dir.h>  #include <sys/dir.h>

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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>