summaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /misc/amanda32-server/files/patch-client-src__sendbackup-dump.c
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
Diffstat (limited to 'misc/amanda32-server/files/patch-client-src__sendbackup-dump.c')
-rw-r--r--misc/amanda32-server/files/patch-client-src__sendbackup-dump.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c b/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c
new file mode 100644
index 000000000000..5df8dc8b57e8
--- /dev/null
+++ b/misc/amanda32-server/files/patch-client-src__sendbackup-dump.c
@@ -0,0 +1,11 @@
+--- client-src/sendbackup-dump.c.orig 2011-04-24 16:41:40.874642189 +0900
++++ client-src/sendbackup-dump.c 2011-04-24 16:42:28.215501968 +0900
+@@ -377,7 +377,7 @@
+ #endif
+
+ #ifdef __FreeBSD__
+-# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043)
++# if defined(__FreeBSD_version) && (__FreeBSD_version >= 500043) && !defined(FreeBSD_NO_SNAPSHOT_DUMP)
+ # define FREEBSD_EXTRA_KEYS "bL"
+ # else
+ # define FREEBSD_EXTRA_KEYS "b"