summaryrefslogtreecommitdiff
path: root/lib/at-func.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/at-func.c')
-rw-r--r--lib/at-func.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/at-func.c b/lib/at-func.c
index 2a3e375e9a2..afcc819beb0 100644
--- a/lib/at-func.c
+++ b/lib/at-func.c
@@ -1,9 +1,9 @@
/* Define at-style functions like fstatat, unlinkat, fchownat, etc.
- Copyright (C) 2006, 2009-2017 Free Software Foundation, Inc.
+ Copyright (C) 2006, 2009-2022 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
- the Free Software Foundation; either version 3 of the License, or
+ the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
@@ -16,7 +16,7 @@
/* written by Jim Meyering */
-#include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+#include "filename.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
#ifdef GNULIB_SUPPORT_ONLY_AT_FDCWD
# include <errno.h>