[BACK]Return to ox100start.c CVS log [TXT][DIR] Up to [local] / OpenXM / src / kxx

Diff for /OpenXM/src/kxx/ox100start.c between version 1.8 and 1.9

version 1.8, 2016/03/31 05:27:34 version 1.9, 2020/10/07 07:47:23
Line 1 
Line 1 
 /* $OpenXM: OpenXM/src/kxx/ox100start.c,v 1.7 2006/01/26 08:36:50 takayama Exp $ */  /* $OpenXM: OpenXM/src/kxx/ox100start.c,v 1.8 2016/03/31 05:27:34 takayama Exp $ */
 /* Moved from misc-2003/07/cygwin/test.c */  /* Moved from misc-2003/07/cygwin/test.c */
 #include <stdio.h>  #include <stdio.h>
 #include <sys/types.h>  #include <sys/types.h>
Line 9 
Line 9 
 #include <sys/wait.h>  #include <sys/wait.h>
 #include <signal.h>  #include <signal.h>
 #include <ctype.h>  #include <ctype.h>
   #include <string.h>
 #include "ox_pathfinder.h"  #include "ox_pathfinder.h"
 #include "mysig.h"  #include "mysig.h"
   
Line 22  int Quiet = 0;
Line 23  int Quiet = 0;
 static int EngineLogToStdout = 0;  static int EngineLogToStdout = 0;
 extern char **environ;  extern char **environ;
   
 main(int argc,char *argv[]) {  void main(int argc,char *argv[]) {
   char *s;    char *s;
   char s2[1024];    char s2[1024];
   char buf[1024];    char buf[1024];

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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