]> git.webhop.me Git - lcd4linux.git/commitdiff
[lcd4linux @ 2001-08-05 17:13:29 by reinelt]
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 5 Aug 2001 17:13:29 +0000 (17:13 +0000)
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>
Sun, 5 Aug 2001 17:13:29 +0000 (17:13 +0000)
cleaned up inlude of sys/time.h and time.h

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@139 3ae390bd-cb1e-0410-b409-cd5a39f66f1f

XWindow.c
battery.c
filter.c
mail.c
seti.c
system.c

index d288587a8e48db9a1aa848178eece4fddbd4e63b..ac7d6fe4587921f4a5914093d093619f3ce1cb53 100644 (file)
--- 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 
  *
  *
  *
  * $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 }
 };
-
index 319988e969ddcd018b1e3a7039a59c10e7c21603..c1cdd35233f3fc42d1b9b29a99dc92b590ddf0b4 100644 (file)
--- 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
  *
  *
  *
  * $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 <string.h>
 #include <unistd.h>
 #include <errno.h>
-#include <sys/time.h>
+#include <time.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 
index 93d7a221254a7633b1102fb34d7f0ca74974e715..ea417cc9555e35eab3b32cf56810fe1cc291865d 100644 (file)
--- 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
  *
  *
  *
  * $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 <stdio.h>
 #include <string.h>
 #include <math.h>
+#include <time.h>
 #include <sys/time.h>
 
 #include "cfg.h"
diff --git a/mail.c b/mail.c
index 7e0711858f3e319eba65f90e08543b75b90d09b8..4077c008b232c0b310b18847621df5db0a8e70f5 100644 (file)
--- 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
  *
  *
  *
  * $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 <string.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <time.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
-#include <sys/time.h>
 #include <sys/stat.h>
 
 #include "cfg.h"
diff --git a/seti.c b/seti.c
index f9edb98124c1fd7057e3e34787d0ff8ad9c28984..8832bfc853966453ceb7557c253ab6ad7dbe4e2b 100644 (file)
--- 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
  *
  *
  *
  * $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 <unistd.h>
 #include <fcntl.h>
 #include <errno.h>
+#include <time.h>
 #include <sys/ioctl.h>
 #include <sys/types.h>
-#include <sys/time.h>
 
 #include "cfg.h"
 #include "debug.h"
index a1a9b1c4bccd8e3b63a39a0d100d01f0aba60575..d62f87191c0888c0620d3960a56f3ef8f39cf0fb 100644 (file)
--- 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
  *
  *
  *
  * $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
 #include <string.h>
 #include <unistd.h>
 #include <errno.h>
-#include <sys/time.h>
+#include <time.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <sys/utsname.h>