diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-13 17:10:31 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2003-01-13 17:10:31 +0000 |
commit | 27f06c66dcc9cf9b26c5064e84d4cd785af8e157 (patch) | |
tree | 22c46ac05b7057e447dd7297bcb4edec9aa20c33 /archivers/tardy/files | |
parent | Remove ${X11BASE}/sbin if it exists and is not empty. (diff) |
add tardy 1.11
Manipulate the file headers in tar archive files in various ways
Notes
Notes:
svn path=/head/; revision=73057
Diffstat (limited to 'archivers/tardy/files')
-rw-r--r-- | archivers/tardy/files/patch-error.cc | 10 | ||||
-rw-r--r-- | archivers/tardy/files/patch-filename.cc | 10 | ||||
-rw-r--r-- | archivers/tardy/files/patch-tardy.cc | 10 |
3 files changed, 30 insertions, 0 deletions
diff --git a/archivers/tardy/files/patch-error.cc b/archivers/tardy/files/patch-error.cc new file mode 100644 index 000000000000..f4da6594060f --- /dev/null +++ b/archivers/tardy/files/patch-error.cc @@ -0,0 +1,10 @@ +--- common/error.cc.orig Tue Jan 14 00:59:18 2003 ++++ common/error.cc Tue Jan 14 00:59:40 2003 +@@ -28,6 +28,7 @@ + #include <ac/stdlib.h> + #include <ac/string.h> + ++#include <sys/types.h> + #include <grp.h> + #include <pwd.h> + #include <ac/unistd.h> diff --git a/archivers/tardy/files/patch-filename.cc b/archivers/tardy/files/patch-filename.cc new file mode 100644 index 000000000000..c4aff0ffceed --- /dev/null +++ b/archivers/tardy/files/patch-filename.cc @@ -0,0 +1,10 @@ +--- common/tar/input/filename.cc.orig Tue Jan 14 01:00:31 2003 ++++ common/tar/input/filename.cc Tue Jan 14 01:01:33 2003 +@@ -27,7 +27,6 @@ + #include <ac/unistd.h> + #include <sys/types.h> + #include <sys/stat.h> +-#include <sys/sysmacros.h> + #include <pwd.h> + #include <grp.h> + diff --git a/archivers/tardy/files/patch-tardy.cc b/archivers/tardy/files/patch-tardy.cc new file mode 100644 index 000000000000..4d12793c1f01 --- /dev/null +++ b/archivers/tardy/files/patch-tardy.cc @@ -0,0 +1,10 @@ +--- tardy/tardy.cc.orig Tue Jan 14 00:58:28 2003 ++++ tardy/tardy.cc Tue Jan 14 00:58:44 2003 +@@ -22,6 +22,7 @@ + + #include <vector> + #include <ac/stdio.h> /* need for grp.h on OSF/1 */ ++#include <sys/types.h> + #include <grp.h> + #include <pwd.h> + |