Update of /cvsroot/sysfence/sysfence
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12611
Modified Files:
conditions.c datastruct.c getstats.c mainloop.c sysfence.c
Removed Files:
communication.c communication.h exit.c exit.h log.c log.h
processtitle.c processtitle.h sighandlers.c sighandlers.h
xalloc.c xalloc.h
Log Message:
files moved to sys/
--- processtitle.c DELETED ---
--- communication.h DELETED ---
Index: getstats.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/getstats.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- getstats.c 26 May 2004 04:11:09 -0000 1.11
+++ getstats.c 26 May 2004 17:39:12 -0000 1.12
@@ -14,7 +14,7 @@
/* $Id$ */
-#include "exit.h"
+#include "sys/exit.h"
#include "parseopt/lex.h"
#include "datastruct.h"
#include "getstats.h"
@@ -27,7 +27,7 @@
#ifdef DEBUG
#include <syslog.h>
-#include "log.h"
+#include "sys/log.h"
#endif
sf_value get_stat_fs (sf_stat_def *def, sf_list *fslist)
Index: conditions.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/conditions.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- conditions.c 23 May 2004 20:52:15 -0000 1.5
+++ conditions.c 26 May 2004 17:39:12 -0000 1.6
@@ -14,7 +14,7 @@
*/
#include <stdio.h>
-#include "exit.h"
+#include "sys/exit.h"
#include "parseopt/lex.h"
#include "datastruct.h"
#include "getstats.h"
--- communication.c DELETED ---
--- processtitle.h DELETED ---
Index: datastruct.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/datastruct.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- datastruct.c 26 May 2004 04:07:13 -0000 1.1
+++ datastruct.c 26 May 2004 17:39:12 -0000 1.2
@@ -17,7 +17,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "xalloc.h"
+#include "sys/xalloc.h"
#include "parseopt/lex.h"
#include "datastruct.h"
#ifdef DEBUG
--- xalloc.c DELETED ---
Index: mainloop.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/mainloop.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mainloop.c 26 May 2004 04:12:49 -0000 1.11
+++ mainloop.c 26 May 2004 17:39:13 -0000 1.12
@@ -21,10 +21,10 @@
#include "datastruct.h"
#include "getstats.h"
#include "conditions.h"
-#include "log.h"
-#include "communication.h"
+#include "sys/log.h"
+#include "sys/communication.h"
#include "mainloop.h"
-#include "processtitle.h"
+#include "sys/processtitle.h"
int step = 10;
Index: sysfence.c
===================================================================
RCS file: /cvsroot/sysfence/sysfence/sysfence.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- sysfence.c 26 May 2004 04:15:16 -0000 1.18
+++ sysfence.c 26 May 2004 17:39:13 -0000 1.19
@@ -21,8 +21,8 @@
#include <sys/wait.h>
#include <assert.h>
#include <syslog.h>
-#include "xalloc.h"
-#include "exit.h"
+#include "sys/xalloc.h"
+#include "sys/exit.h"
#include "parseopt/lex.h"
#include "datastruct.h"
#include "getstats.h"
@@ -30,11 +30,11 @@
#include "parseopt/parse.h"
#include "parseopt/confread.h"
#include "mainloop.h"
-#include "log.h"
-#include "communication.h"
-#include "sighandlers.h"
+#include "sys/log.h"
+#include "sys/communication.h"
+#include "sys/sighandlers.h"
#include "cp2memory.h"
-#include "processtitle.h"
+#include "sys/processtitle.h"
const char *usage =
"sysfence v0.11, 01-03-2004\n"
--- log.c DELETED ---
--- sighandlers.c DELETED ---
--- xalloc.h DELETED ---
--- exit.h DELETED ---
--- log.h DELETED ---
--- exit.c DELETED ---
--- sighandlers.h DELETED ---
|