summaryrefslogtreecommitdiffstats
path: root/create.cc
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-10-13 09:09:47 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-10-13 09:09:47 +0000
commit4df170936f7f58b339410b3d112ecf6b112319ab (patch)
tree3342e916fd60a5ccb8e50461b52d824930b072dd /create.cc
parentAdding upstream version 0.15. (diff)
downloadtarlz-upstream/0.16.tar.xz
tarlz-upstream/0.16.zip
Adding upstream version 0.16.upstream/0.16
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'create.cc')
-rw-r--r--create.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/create.cc b/create.cc
index b8fc336..93cd9fc 100644
--- a/create.cc
+++ b/create.cc
@@ -30,9 +30,7 @@
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
-#if defined(__GNU_LIBRARY__)
#include <sys/sysmacros.h> // for major, minor
-#endif
#include <ftw.h>
#include <grp.h>
#include <pwd.h>