summaryrefslogtreecommitdiff
path: root/misc/amanda32-server/files/patch-ad
blob: 8d41e16eb9cb28e47634c769a8849b0b519d6ae2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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