aboutsummaryrefslogtreecommitdiffstats
path: root/cfg.c
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-07-31 06:46:35 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2000-07-31 06:46:35 +0000
commit5369cdf6f69abc9a33581e8209f4fc1d2ea468f1 (patch)
treebcd8c3489b250b7a4d5e70b1eff01d6080da5174 /cfg.c
parent1e6198b7be4ecc45b8c62d814df8559163e9712c (diff)
downloadlcd4linux-5369cdf6f69abc9a33581e8209f4fc1d2ea468f1.tar.gz
[lcd4linux @ 2000-07-31 06:46:35 by reinelt]
eliminated some compiler warnings with glibc git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@59 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'cfg.c')
-rw-r--r--cfg.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/cfg.c b/cfg.c
index b4f261f..af0afd4 100644
--- a/cfg.c
+++ b/cfg.c
@@ -1,4 +1,4 @@
-/* $Id: cfg.c,v 1.7 2000/04/15 11:13:54 reinelt Exp $
+/* $Id: cfg.c,v 1.8 2000/07/31 06:46:35 reinelt Exp $
*
* config file stuff
*
@@ -20,6 +20,10 @@
*
*
* $Log: cfg.c,v $
+ * Revision 1.8 2000/07/31 06:46:35 reinelt
+ *
+ * eliminated some compiler warnings with glibc
+ *
* Revision 1.7 2000/04/15 11:13:54 reinelt
*
* added '-d' (debugging) switch
@@ -92,6 +96,7 @@
*
*/
+
#include <stdlib.h>
#include <stdio.h>
#include <string.h>