]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - io/ftw.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / io / ftw.h
index e4c4884144511f340d3e501ccd16b3ab1dcb71d7..1ef67f7f3c2b890564c1e444401f0121e593f46c 100644 (file)
--- a/io/ftw.h
+++ b/io/ftw.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992,1996-1999,2003,2004,2012 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -12,9 +12,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
 
 /*
  *     X/Open Portability Guide 4.2: ftw.h
@@ -44,7 +43,7 @@ enum
   FTW_NS,              /* Unstatable file.  */
 #define FTW_NS  FTW_NS
 
-#if defined __USE_BSD || defined __USE_XOPEN_EXTENDED
+#if defined __USE_MISC || defined __USE_XOPEN_EXTENDED
 
   FTW_SL,              /* Symbolic link.  */
 # define FTW_SL         FTW_SL