From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10994 invoked by alias); 31 May 2019 14:42:01 -0000 Mailing-List: contact glibc-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: , Sender: glibc-cvs-owner@sourceware.org List-Subscribe: Received: (qmail 10966 invoked by uid 9014); 31 May 2019 14:42:00 -0000 Date: Fri, 31 May 2019 14:42:00 -0000 Message-ID: <20190531144200.10965.qmail@sourceware.org> Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Zack Weinberg To: glibc-cvs@sourceware.org Subject: [glibc/zack/no-nested-includes] fixup for whichever patch took sys/types.h out of sys/xattr.h X-Act-Checkin: glibc X-Git-Author: Zack Weinberg X-Git-Refname: refs/heads/zack/no-nested-includes X-Git-Oldrev: 5e0a3b437d8cf30215017bd03567f6892abea8bb X-Git-Newrev: dfac29f37ed0937bf41d6dc89107adcf427d5795 X-SW-Source: 2019-q2/txt/msg00275.txt.bz2 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=dfac29f37ed0937bf41d6dc89107adcf427d5795 commit dfac29f37ed0937bf41d6dc89107adcf427d5795 Author: Zack Weinberg Date: Sun May 26 12:36:09 2019 -0400 fixup for whichever patch took sys/types.h out of sys/xattr.h Diff: --- scripts/check-obsolete-constructs.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/check-obsolete-constructs.py b/scripts/check-obsolete-constructs.py index e2ca8f5..892050c 100755 --- a/scripts/check-obsolete-constructs.py +++ b/scripts/check-obsolete-constructs.py @@ -615,7 +615,6 @@ HEADER_ALLOWED_INCLUDES = { "sys/ucontext.h": [ "sys/procfs.h" ], "sys/unistd.h": [ "unistd.h" ], "sys/vfs.h": [ "sys/statfs.h" ], - "sys/xattr.h": [ "sys/types.h" ], # Nonstandardized headers that do nothing but include some other # header. These exist for compatibility with old systems where