summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
Diffstat (limited to 'update')
-rwxr-xr-xupdate9
1 files changed, 0 insertions, 9 deletions
diff --git a/update b/update
deleted file mode 100755
index 5804554..0000000
--- a/update
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-NAME=`echo $1 | sed 's/\.h//' | tr a-z A-Z`
-
-awk "BEGIN { userspace=1 }
-/ifdef __KERNEL__/ { userspace = !userspace }
-{ if (userspace == 1) print }
-END { print \"#endif /* __${NAME}_H */\" }" \
- < kernel/include/linux/netfilter/ipset/$1 > include/libipset/linux_$1