From 6d8de2e6769e6ab7f4276adf5ca77c8ad9a91ce3 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Sun, 5 Aug 2001 17:13:29 +0000 Subject: [lcd4linux @ 2001-08-05 17:13:29 by reinelt] cleaned up inlude of sys/time.h and time.h --- XWindow.c | 7 +++++-- battery.c | 8 ++++++-- filter.c | 7 ++++++- mail.c | 8 ++++++-- seti.c | 8 ++++++-- system.c | 8 ++++++-- 6 files changed, 35 insertions(+), 11 deletions(-) diff --git a/XWindow.c b/XWindow.c index d288587..ac7d6fe 100644 --- a/XWindow.c +++ b/XWindow.c @@ -1,4 +1,4 @@ -/* $Id: XWindow.c,v 1.25 2001/03/16 16:40:17 ltoetsch Exp $ +/* $Id: XWindow.c,v 1.26 2001/08/05 17:13:29 reinelt Exp $ * * X11 Driver for LCD4Linux * @@ -20,6 +20,10 @@ * * * $Log: XWindow.c,v $ + * Revision 1.26 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.25 2001/03/16 16:40:17 ltoetsch * implemented time bar * @@ -546,4 +550,3 @@ LCD XWindow[] = { { "X11",0,0,0,0,BARS,0,xlcdinit,xlcdclear,xlcdput,xlcdbar,NULL,xlcdflush,xlcdquit }, { NULL } }; - diff --git a/battery.c b/battery.c index 319988e..c1cdd35 100644 --- a/battery.c +++ b/battery.c @@ -1,4 +1,4 @@ -/* $Id: battery.c,v 1.2 2001/03/02 11:04:08 reinelt Exp $ +/* $Id: battery.c,v 1.3 2001/08/05 17:13:29 reinelt Exp $ * * APM and ACPI specific functions * @@ -20,6 +20,10 @@ * * * $Log: battery.c,v $ + * Revision 1.3 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.2 2001/03/02 11:04:08 reinelt * * cosmetic cleanups (comment headers) @@ -43,7 +47,7 @@ #include #include #include -#include +#include #include #include diff --git a/filter.c b/filter.c index 93d7a22..ea417cc 100644 --- a/filter.c +++ b/filter.c @@ -1,4 +1,4 @@ -/* $Id: filter.c,v 1.4 2000/03/23 07:24:48 reinelt Exp $ +/* $Id: filter.c,v 1.5 2001/08/05 17:13:29 reinelt Exp $ * * smooth and damp functions * @@ -20,6 +20,10 @@ * * * $Log: filter.c,v $ + * Revision 1.5 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.4 2000/03/23 07:24:48 reinelt * * PPM driver up and running (but slow!) @@ -52,6 +56,7 @@ #include #include #include +#include #include #include "cfg.h" diff --git a/mail.c b/mail.c index 7e07118..4077c00 100644 --- a/mail.c +++ b/mail.c @@ -1,4 +1,4 @@ -/* $Id: mail.c,v 1.8 2001/03/15 15:49:23 ltoetsch Exp $ +/* $Id: mail.c,v 1.9 2001/08/05 17:13:29 reinelt Exp $ * * email specific functions * @@ -20,6 +20,10 @@ * * * $Log: mail.c,v $ + * Revision 1.9 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.8 2001/03/15 15:49:23 ltoetsch * fixed compile HD44780.c, cosmetics * @@ -69,9 +73,9 @@ #include #include #include +#include #include #include -#include #include #include "cfg.h" diff --git a/seti.c b/seti.c index f9edb98..8832bfc 100644 --- a/seti.c +++ b/seti.c @@ -1,4 +1,4 @@ -/* $Id: seti.c,v 1.4 2001/03/08 09:02:04 reinelt Exp $ +/* $Id: seti.c,v 1.5 2001/08/05 17:13:29 reinelt Exp $ * * seti@home specific functions * @@ -20,6 +20,10 @@ * * * $Log: seti.c,v $ + * Revision 1.5 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.4 2001/03/08 09:02:04 reinelt * * seti client cleanup @@ -57,9 +61,9 @@ #include #include #include +#include #include #include -#include #include "cfg.h" #include "debug.h" diff --git a/system.c b/system.c index a1a9b1c..d62f871 100644 --- a/system.c +++ b/system.c @@ -1,4 +1,4 @@ -/* $Id: system.c,v 1.23 2001/03/13 08:34:15 reinelt Exp $ +/* $Id: system.c,v 1.24 2001/08/05 17:13:29 reinelt Exp $ * * system status retreivement * @@ -20,6 +20,10 @@ * * * $Log: system.c,v $ + * Revision 1.24 2001/08/05 17:13:29 reinelt + * + * cleaned up inlude of sys/time.h and time.h + * * Revision 1.23 2001/03/13 08:34:15 reinelt * * corrected a off-by-one bug with sensors @@ -188,7 +192,7 @@ #include #include #include -#include +#include #include #include #include -- cgit v1.2.3