]> err.no Git - linux-2.6/blobdiff - net/netfilter/nf_sockopt.c
[PATCH] rename the provided execve functions to kernel_execve
[linux-2.6] / net / netfilter / nf_sockopt.c
index da1cd48de2166936d843efcfb8f3f40b5a6108cf..c2e44e90e4374f0be18650a5e109fddb946d78a8 100644 (file)
@@ -1,4 +1,3 @@
-#include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/init.h>
 #include <linux/module.h>
@@ -133,7 +132,7 @@ EXPORT_SYMBOL(nf_getsockopt);
 
 #ifdef CONFIG_COMPAT
 static int compat_nf_sockopt(struct sock *sk, int pf, int val,
-                     char __user *opt, int *len, int get)
+                            char __user *opt, int *len, int get)
 {
        struct list_head *i;
        struct nf_sockopt_ops *ops;