aboutsummaryrefslogtreecommitdiffstats
path: root/pid.c
diff options
context:
space:
mode:
authorreinelt <>2004-03-19 06:37:47 +0000
committerreinelt <>2004-03-19 06:37:47 +0000
commita1026e97ada03ecf492eee358acdec0d6d4f12a6 (patch)
tree7d31600cb647c8357e1becf33b21082301274777 /pid.c
parent32df414db4fa904031c3b0e31062f1639228d147 (diff)
downloadlcd4linux-a1026e97ada03ecf492eee358acdec0d6d4f12a6.tar.gz
[lcd4linux @ 2004-03-19 06:37:47 by reinelt]
asynchronous thread handling started
Diffstat (limited to '')
-rw-r--r--pid.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/pid.c b/pid.c
index 3c7ca18..1bb2d5e 100644
--- a/pid.c
+++ b/pid.c
@@ -1,4 +1,4 @@
-/* $Id: pid.c,v 1.5 2004/03/03 04:44:16 reinelt Exp $
+/* $Id: pid.c,v 1.6 2004/03/19 06:37:47 reinelt Exp $
*
* PID file handling
*
@@ -22,6 +22,9 @@
*
*
* $Log: pid.c,v $
+ * Revision 1.6 2004/03/19 06:37:47 reinelt
+ * asynchronous thread handling started
+ *
* Revision 1.5 2004/03/03 04:44:16 reinelt
* changes (cosmetics?) to the big patch from Martin
* hash patch un-applied
@@ -75,6 +78,10 @@
#include "pid.h"
#include "qprintf.h"
+#ifdef WITH_DMALLOC
+#include <dmalloc.h>
+#endif
+
int pid_init (const char *pidfile)
{