summaryrefslogtreecommitdiffstats
path: root/plugin/firewall/eurephiafw_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/firewall/eurephiafw_helpers.c')
-rw-r--r--plugin/firewall/eurephiafw_helpers.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/plugin/firewall/eurephiafw_helpers.c b/plugin/firewall/eurephiafw_helpers.c
index 00bf516..f10df13 100644
--- a/plugin/firewall/eurephiafw_helpers.c
+++ b/plugin/firewall/eurephiafw_helpers.c
@@ -1,7 +1,8 @@
/* eurephiafw_helpers.c -- Helper functions, shared between main module and
* firewall module. Setting up Posix MQ and semaphores
*
- * GPLv2 - Copyright (C) 2008 David Sommerseth <dazo@users.sourceforge.net>
+ * GPLv2 - Copyright (C) 2008, 2009
+ * David Sommerseth <dazo@users.sourceforge.net>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -20,10 +21,8 @@
*/
#include <stdio.h>
-#include <stdlib.h>
#include <string.h>
#include <errno.h>
-#include <signal.h>
#include <unistd.h>
#include <semaphore.h>
#include <mqueue.h>