summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c335756..f320a0c 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -15,8 +15,6 @@ include ()
echo "Copying nfnetlink.h to linux_nfnetlink.h"
cp $INCLUDEDIR/netfilter/nfnetlink.h $TARGET
TMP=`mktemp`
- sed 's/__be16/uint16_t/g' $TARGET > $TMP
- cp $TMP $TARGET
sed 's/#include <linux\/netfilter\/nfnetlink_compat\.h>/#include <libnfnetlink\/linux_nfnetlink_compat\.h>/g' $TARGET > $TMP
cp $TMP $TARGET
else