]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/pathchk.c: Don't include euidaccess.h, as we don't call
authorJim Meyering <jim@meyering.net>
Fri, 23 Mar 2007 20:40:11 +0000 (21:40 +0100)
committerJim Meyering <jim@meyering.net>
Fri, 23 Mar 2007 20:40:11 +0000 (21:40 +0100)
euidaccess.

ChangeLog
src/pathchk.c

index 8a98989a38f142dfe95dce997773954b285d0581..fdb48b54b2c4ca779e681d7539037aae31cfb4a9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-03-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * src/pathchk.c: Don't include euidaccess.h, as we don't call
+       euidaccess.
+
 2007-03-23  Jim Meyering  <jim@meyering.net>
 
        * README-package-renamed-to-coreutils: Add a URL for the FAQ,
index 2fc55d3467d88bbab3ae690141621b12048d1712..748ae64328161dd2163e7bb729a86be891f7f1c1 100644 (file)
@@ -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"