]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
ACCOUNT: fix pre-2.6.27 compilation error
authorJan Engelhardt <jengelh@medozas.de>
Sat, 12 Sep 2009 00:27:26 +0000 (02:27 +0200)
committerJan Engelhardt <jengelh@medozas.de>
Sat, 12 Sep 2009 00:27:26 +0000 (02:27 +0200)
xt_ACCOUNT.c:33:29: fatal error: linux/semaphore.h: No such file or
directory compilation terminated.

extensions/xt_ACCOUNT.c

index 16dcead878e6a185adfe45ae3341073fad18ff8c..9cdb5d489158c629ce48dd17f126ccefbbf57217 100644 (file)
@@ -30,7 +30,6 @@
 
 #include <linux/kernel.h>
 #include <linux/mm.h>
-#include <linux/semaphore.h>
 #include <linux/string.h>
 #include <linux/spinlock.h>
 #include <asm/uaccess.h>