summaryrefslogtreecommitdiffstats
path: root/update
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-04-06 09:52:33 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2013-04-09 21:42:16 +0200
commit5e5e23e79dbc4cf581a09149885fef178bc07725 (patch)
treec6a44d2d37c167c91b08663cfa8411d10c2344b6 /update
parente3c9c32fb9079da7eb8257650a034b8b12d19d42 (diff)
The uapi include split in the package itself
Signed-off-by: Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
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