[lwatch-cvs] files/src acolors.c,1.7,1.8 control.c,1.10,1.11 lwatch.c,1.10,1.11 settings.c,1.11,1.12
Brought to you by:
arturcz
|
From: <os...@us...> - 2002-08-08 14:35:27
|
Update of /cvsroot/lwatch/files/src In directory usw-pr-cvs1:/tmp/cvs-serv20280/src Modified Files: acolors.c control.c lwatch.c settings.c strpcre.c yparse.l Removed Files: Makefile Log Message: Removed old src/Makefile. Included config.h in all apropriate places (I hope so ;) ). Index: acolors.c =================================================================== RCS file: /cvsroot/lwatch/files/src/acolors.c,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** acolors.c 23 Jul 2002 12:01:45 -0000 1.7 --- acolors.c 8 Aug 2002 14:35:24 -0000 1.8 *************** *** 31,34 **** --- 31,35 ---- #include <stddef.h> /* NULL */ + #include "config.h" #include "acolors.h" Index: control.c =================================================================== RCS file: /cvsroot/lwatch/files/src/control.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** control.c 23 Jul 2002 12:01:45 -0000 1.10 --- control.c 8 Aug 2002 14:35:24 -0000 1.11 *************** *** 37,40 **** --- 37,41 ---- #include <sys/poll.h> + #include "config.h" #include "control.h" Index: lwatch.c =================================================================== RCS file: /cvsroot/lwatch/files/src/lwatch.c,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** lwatch.c 23 Jul 2002 12:01:45 -0000 1.10 --- lwatch.c 8 Aug 2002 14:35:24 -0000 1.11 *************** *** 40,43 **** --- 40,44 ---- #include <sys/types.h> + #include "config.h" #include "control.h" #include "settings.h" Index: settings.c =================================================================== RCS file: /cvsroot/lwatch/files/src/settings.c,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** settings.c 23 Jul 2002 11:41:04 -0000 1.11 --- settings.c 8 Aug 2002 14:35:24 -0000 1.12 *************** *** 37,40 **** --- 37,41 ---- #include <unistd.h> + #include "config.h" #include "acolors.h" #include "defaults.h" Index: strpcre.c =================================================================== RCS file: /cvsroot/lwatch/files/src/strpcre.c,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** strpcre.c 23 Jul 2002 12:30:09 -0000 1.12 --- strpcre.c 8 Aug 2002 14:35:24 -0000 1.13 *************** *** 34,37 **** --- 34,38 ---- #include <string.h> + #include "config.h" #include "acolors.h" #include "settings.h" Index: yparse.l =================================================================== RCS file: /cvsroot/lwatch/files/src/yparse.l,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** yparse.l 23 Jul 2002 12:36:56 -0000 1.12 --- yparse.l 8 Aug 2002 14:35:24 -0000 1.13 *************** *** 34,37 **** --- 34,38 ---- #include <string.h> + #include "config.h" #include "acolors.h" #include "settings.h" --- Makefile DELETED --- |