From: Jim Meyering Date: Fri, 23 Mar 2007 20:40:11 +0000 (+0100) Subject: * src/pathchk.c: Don't include euidaccess.h, as we don't call X-Git-Tag: v6.9.89~357^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beeade1473dbe7b63fb07a8598bfd7a4c6eff804;p=thirdparty%2Fcoreutils.git * src/pathchk.c: Don't include euidaccess.h, as we don't call euidaccess. --- diff --git a/ChangeLog b/ChangeLog index 8a98989a38..fdb48b54b2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-03-23 Paul Eggert + + * src/pathchk.c: Don't include euidaccess.h, as we don't call + euidaccess. + 2007-03-23 Jim Meyering * README-package-renamed-to-coreutils: Add a URL for the FAQ, diff --git a/src/pathchk.c b/src/pathchk.c index 2fc55d3467..748ae64328 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -1,5 +1,5 @@ /* pathchk -- check whether file names are valid or portable - Copyright (C) 1991-2006 Free Software Foundation, Inc. + Copyright (C) 1991-2007 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -25,7 +25,6 @@ #include "system.h" #include "error.h" -#include "euidaccess.h" #include "quote.h" #include "quotearg.h"