diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:09:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-10-13 09:10:01 +0000 |
commit | 3edd69686171314709676dafc694fd6ba2533def (patch) | |
tree | 7e2b73bcedbc50eefbcb380560454577a5c796aa /create.cc | |
parent | Releasing debian version 0.15-3. (diff) | |
download | tarlz-3edd69686171314709676dafc694fd6ba2533def.tar.xz tarlz-3edd69686171314709676dafc694fd6ba2533def.zip |
Merging upstream version 0.16.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'create.cc')
-rw-r--r-- | create.cc | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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> |