aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda25-server/files/extra-patch-sendbackup-dump.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2008-05-31 23:01:15 +0000
commita54fe1ca9c33931d7c4381a84ee11454f9831c08 (patch)
tree16cc7f849128603b27ba13f7bdb8ae11e1eadd30 /misc/amanda25-server/files/extra-patch-sendbackup-dump.c
parentc7651500a041b224f401ba85fc192aac6ad83c1c (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_5_EOL'.5-eol
Notes
Notes: svn path=/head/; revision=214069 svn path=/tags/RELEASE_5_EOL/; revision=214070; tag=5-eol
Diffstat (limited to 'misc/amanda25-server/files/extra-patch-sendbackup-dump.c')
-rw-r--r--misc/amanda25-server/files/extra-patch-sendbackup-dump.c36
1 files changed, 0 insertions, 36 deletions
diff --git a/misc/amanda25-server/files/extra-patch-sendbackup-dump.c b/misc/amanda25-server/files/extra-patch-sendbackup-dump.c
deleted file mode 100644
index 79764a121f76..000000000000
--- a/misc/amanda25-server/files/extra-patch-sendbackup-dump.c
+++ /dev/null
@@ -1,36 +0,0 @@
---- client-src/sendbackup-dump.c.orig Fri Sep 8 13:09:14 2006
-+++ client-src/sendbackup-dump.c Fri Sep 8 13:15:44 2006
-@@ -35,6 +35,10 @@
- #include "clock.h"
- #include "version.h"
-
-+#ifdef __FreeBSD__
-+#include <sys/param.h>
-+#endif
-+
- #define LEAF_AND_DIRS "sed -e \'\ns/^leaf[ \t]*[0-9]*[ \t]*\\.//\nt\n/^dir[ \t]/ {\ns/^dir[ \t]*[0-9]*[ \t]*\\.//\ns%$%/%\nt\n}\nd\n\'"
-
- static amregex_t re_table[] = {
-@@ -370,6 +374,12 @@
-
- dumpkeys = vstralloc(level_str,
- options->no_record ? "" : "u",
-+#ifdef __FreeBSD__
-+ "b",
-+#if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043)
-+ "L",
-+#endif
-+#endif
- "s",
- #ifdef HAVE_HONOR_NODUMP
- "h",
-@@ -392,6 +402,9 @@
- &dumpin, &dumpout, &mesgf,
- cmd, config,
- dumpkeys,
-+#ifdef __FreeBSD__
-+ "64",
-+#endif
- "1048576",
- #ifdef HAVE_HONOR_NODUMP
- "0",