summaryrefslogtreecommitdiff
path: root/modules/arpa_inet
diff options
context:
space:
mode:
Diffstat (limited to 'modules/arpa_inet')
-rw-r--r--modules/arpa_inet2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/arpa_inet b/modules/arpa_inet
index 17a14c0dfa..6e44f1474c 100644
--- a/modules/arpa_inet
+++ b/modules/arpa_inet
@@ -19,7 +19,7 @@ arpa/inet.h:
test -d arpa || mkdir arpa
rm -f $@-t $@
echo '#include <sys/socket.h>' >$@-t
- chmod a-x $@-t
+ chmod a-w $@-t
mv $@-t $@
MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-t
MOSTLYCLEANDIRS += arpa