Update of /cvsroot/sysfence/sysfence/parseopt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15603
Modified Files:
confread.c lex.c parse.c parseopt.c
Log Message:
+ changes in 'include'
Index: confread.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/parseopt/confread.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- confread.c 23 May 2004 20:52:23 -0000 1.5
+++ confread.c 26 May 2004 17:54:53 -0000 1.6
@@ -14,8 +14,8 @@
*/
-#include "../exit.h"
-#include "../xalloc.h"
+#include "../sys/exit.h"
+#include "../sys/xalloc.h"
#include "lex.h"
#include "../datastruct.h"
#include "../getstats.h"
Index: lex.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/parseopt/lex.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- lex.c 10 May 2004 13:53:17 -0000 1.9
+++ lex.c 26 May 2004 17:54:53 -0000 1.10
@@ -14,7 +14,7 @@
*/
-#include "../exit.h"
+#include "../sys/exit.h"
#include "lex.h"
#include <stdio.h>
#include <stdlib.h>
Index: parse.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/parseopt/parse.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- parse.c 26 May 2004 04:14:13 -0000 1.14
+++ parse.c 26 May 2004 17:54:53 -0000 1.15
@@ -15,8 +15,8 @@
*/
#include "lex.h"
-#include "../exit.h"
-#include "../xalloc.h"
+#include "../sys/exit.h"
+#include "../sys/xalloc.h"
#include "../datastruct.h"
#include "../getstats.h"
#include "../conditions.h"
@@ -25,7 +25,7 @@
#include <stdlib.h>
#ifdef DEBUG
#include <syslog.h>
-#include "../log.h"
+#include "../sys/log.h"
#endif
#define ERRMSGBUF 128
Index: parseopt.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/parseopt/parseopt.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- parseopt.c 5 Feb 2004 18:56:24 -0000 1.4
+++ parseopt.c 26 May 2004 17:54:53 -0000 1.5
@@ -15,7 +15,7 @@
/* $Id$ */
#include "parseopt.h"
-#include "../exit.h"
+#include "../sys/exit.h"
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|