Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/misc/amanda-server/files/patch-client-src_calcsize.c
16462 views
1
--- client-src/calcsize.c.orig 2017-12-01 13:26:32 UTC
2
+++ client-src/calcsize.c
3
@@ -166,7 +166,11 @@ main(
4
dump_total += (ST_BLOCKS(finfo) + (off_t)1) / (off_t)2 + (off_t)1;
5
gtar_total += ROUND(4,(ST_BLOCKS(finfo) + (off_t)1));
6
}
7
+#ifdef GNUTAR
8
+ g_printf(" GNUTAR dump\n");
9
+#else
10
g_printf(" gtar dump\n");
11
+#endif
12
g_printf("total %-9lu %-9lu\n",gtar_total,dump_total);
13
return 0;
14
#else
15
16