aboutsummaryrefslogtreecommitdiff
path: root/misc/amanda26-server/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda26-server/files/patch-ad')
-rw-r--r--misc/amanda26-server/files/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/amanda26-server/files/patch-ad b/misc/amanda26-server/files/patch-ad
new file mode 100644
index 000000000000..8d41e16eb9cb
--- /dev/null
+++ b/misc/amanda26-server/files/patch-ad
@@ -0,0 +1,14 @@
+--- client-src/calcsize.c.orig Mon Nov 4 20:37:53 2002
++++ client-src/calcsize.c Thu Oct 23 19:25:07 2003
+@@ -130,7 +130,11 @@
+ dump_total += (ST_BLOCKS(finfo) + 1)/2 + 1;
+ gtar_total += ROUND(4,(ST_BLOCKS(finfo) + 1));
+ }
++#ifdef GNUTAR
++ printf(" GNUTAR dump\n");
++#else
+ printf(" gtar dump\n");
++#endif
+ printf("total %-9lu %-9lu\n",gtar_total,dump_total);
+ return 0;
+ #else