]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/generate-ip-protocol-list.sh
varlink: move connection fds > fd2
[thirdparty/systemd.git] / src / shared / generate-ip-protocol-list.sh
index a9b1e0fb57545c7e22249a3a6ddca82d4a3adf0b..3f9197949f6c40a545168c6184607b1f00301f7b 100755 (executable)
@@ -2,5 +2,5 @@
 set -eu
 
 $1 -dM -include netinet/in.h - </dev/null | \
-        awk '/^#define[ \t]+IPPROTO_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
-        sed -e 's/IPPROTO_//'
+    awk '/^#define[ \t]+IPPROTO_[^ \t]+[ \t]+[^ \t]/ { print $2; }' | \
+    sed -e 's/IPPROTO_//'