From patchwork Sat Jan 10 00:09:09 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Roland McGrath X-Patchwork-Id: 4602 Received: (qmail 31934 invoked by alias); 10 Jan 2015 00:09:17 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 31752 invoked by uid 89); 10 Jan 2015 00:09:16 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL, BAYES_00 autolearn=ham version=3.3.2 X-HELO: topped-with-meat.com MIME-Version: 1.0 From: Roland McGrath To: "GNU C. Library" Subject: [COMMITTED PATCH] Fix shm-directory.h #include. Message-Id: <20150110000909.BC12F2C3C17@topped-with-meat.com> Date: Fri, 9 Jan 2015 16:09:09 -0800 (PST) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=SvUDtp+0 c=1 sm=1 tr=0 a=WkljmVdYkabdwxfqvArNOQ==:117 a=14OXPxybAAAA:8 a=kj9zAlcOel0A:10 a=hOe2yjtxAAAA:8 a=mDV3o1hIAAAA:8 a=KqxitUZGGQau3ZBGw3QA:9 a=CjuIK1q_8ugA:10 a=7BCCZg03jq0A:10 Always use <> for anything that even might maybe ever be in sysdeps! The fool that wrote this file should have known that. 2015-01-09 Roland McGrath * sysdeps/posix/shm-directory.c: Use <> rather than "" for #include of . --- a/sysdeps/posix/shm-directory.c +++ b/sysdeps/posix/shm-directory.c @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see . */ -#include "shm-directory.h" +#include #include #if _POSIX_MAPPED_FILES