summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 02:49:44 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-03-04 02:53:09 +0100
commita726c87a149869b51f1c050014d320ff15df81bb (patch)
tree73c3817d99f5cb786cb9eb7e9d1e7c9208c4eebf /scripts
parent95dfdbd28cb78f82817f6f965c303d03d1d420dd (diff)
hurd: Fix inclusion of mach headers in all standards
mig_support does not actually inline the stpncpy any more. * mach/mach/mig_support.h [defined __USE_GNU]: Do not #error out. * scripts/check-installed-headers.sh: Do not ignore Hurd and Mach headers.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/check-installed-headers.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/scripts/check-installed-headers.sh b/scripts/check-installed-headers.sh
index f7f55917f7..4a062e9cda 100644
--- a/scripts/check-installed-headers.sh
+++ b/scripts/check-installed-headers.sh
@@ -126,13 +126,7 @@ EOF
fi
;;
esac
- ;;
-
- # Hurd and Mach headers are not standard anyway
- (hurd.h | hurd/*.h | faultexc_server.h | \
- mach.h | mach_init.h | mach_error.h | mach-shortcuts.h | mach/* | \
- device/* | lock-intern.h | spin-lock.h | machine-sp.h)
- continue;;
+ ;;
esac
echo :: "$header"