Avoid warnings for unused results in nscd/connections.c.
[platform/upstream/glibc.git] / posix / tar.h
index 3a5c305..5a86f01 100644 (file)
@@ -1,5 +1,5 @@
 /* Extended tar format from POSIX.1.
-   Copyright (C) 1992-2013 Free Software Foundation, Inc.
+   Copyright (C) 1992-2014 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Written by David J. MacKenzie.
 
@@ -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