summaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'misc/amanda32-server/files/patch-ad')
-rw-r--r--misc/amanda32-server/files/patch-ad14
1 files changed, 0 insertions, 14 deletions
diff --git a/misc/amanda32-server/files/patch-ad b/misc/amanda32-server/files/patch-ad
deleted file mode 100644
index 3fff9c551c52..000000000000
--- a/misc/amanda32-server/files/patch-ad
+++ /dev/null
@@ -1,14 +0,0 @@
---- client-src/calcsize.c.orig 2008-01-18 09:31:16.000000000 +0900
-+++ client-src/calcsize.c 2008-08-30 20:11:59.000000000 +0900
-@@ -160,7 +160,11 @@
- dump_total += (ST_BLOCKS(finfo) + (off_t)1) / (off_t)2 + (off_t)1;
- gtar_total += ROUND(4,(ST_BLOCKS(finfo) + (off_t)1));
- }
-+#ifdef GNUTAR
-+ g_printf(" GNUTAR dump\n");
-+#else
- g_printf(" gtar dump\n");
-+#endif
- g_printf("total %-9lu %-9lu\n",gtar_total,dump_total);
- return 0;
- #else