]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/tar.h
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / posix / tar.h
index 115f4dfeab281e1f341f386581e12fabc2b26b5d..2dc47c233189dc3649a38cfd2abbde210a04c69d 100644 (file)
@@ -1,5 +1,5 @@
 /* Extended tar format from POSIX.1.
-   Copyright (C) 1992-2014 Free Software Foundation, Inc.
+   Copyright (C) 1992-2021 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by David J. MacKenzie.
 
@@ -15,7 +15,7 @@
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #ifndef        _TAR_H
 #define        _TAR_H  1
@@ -73,7 +73,7 @@
 /* The bits in mode: */
 #define TSUID  04000
 #define TSGID  02000
-#ifdef __USE_XOPEN
+#if defined __USE_XOPEN || !defined __USE_XOPEN2K
 # define TSVTX 01000
 #endif
 #define TUREAD 00400