* scripts/check-local-headers.sh: Revert last change.
authorRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 12:02:26 +0000 (12:02 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 6 Jan 2006 12:02:26 +0000 (12:02 +0000)
ChangeLog
scripts/check-local-headers.sh

index 7e8c140..020576e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-01-06  Roland McGrath  <roland@redhat.com>
 
+       * scripts/check-local-headers.sh: Revert last change.
+
        * io/euidaccess.c: Add eaccess as an alias.
        * sysdeps/mach/hurd/euidaccess.c: Likewise.
        * sysdeps/posix/euidaccess.c: Likewise.
index 5896a93..88c85f7 100755 (executable)
@@ -30,8 +30,7 @@ if fgrep "$includedir" */*.d |
 fgrep -v "$includedir/asm" |
 fgrep -v "$includedir/linux" |
 fgrep -v "$includedir/selinux" |
-fgrep -v "$includedir/gd" |
-fgrep -v "$includedir/c++"; then
+fgrep -v "$includedir/gd"; then
   # If we found a match something is wrong.
   exit 1
 fi