summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-03-23 21:40:11 +0100
committerJim Meyering <jim@meyering.net>2007-03-23 21:40:11 +0100
commitbeeade1473dbe7b63fb07a8598bfd7a4c6eff804 (patch)
treed4fcfc44a14b5d1cdd9ff3c7a71660d4f50f88be
parentc634bb97afcdc1b57c744a68b23726433826fe52 (diff)
downloadcoreutils-beeade1473dbe7b63fb07a8598bfd7a4c6eff804.tar.xz
* src/pathchk.c: Don't include euidaccess.h, as we don't call
euidaccess.
-rw-r--r--ChangeLog5
-rw-r--r--src/pathchk.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a98989a3..fdb48b54b 100644
--- 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,
diff --git a/src/pathchk.c b/src/pathchk.c
index 2fc55d346..748ae6432 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"