summaryrefslogtreecommitdiff
path: root/misc/amanda25-server/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda25-server/files/patch-ad')
-rw-r--r--misc/amanda25-server/files/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/amanda25-server/files/patch-ad b/misc/amanda25-server/files/patch-ad
deleted file mode 100644
index 8d41e16eb9cb..000000000000
--- a/misc/amanda25-server/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- 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