aboutsummaryrefslogtreecommitdiff
path: root/www/cadaver/files
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2004-11-07 15:03:21 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2004-11-07 15:03:21 +0000
commit03ca4968c961c9707098edaecb9c559c4ef8d061 (patch)
tree3330808ea418881b3d36e895db552497be0d0ca8 /www/cadaver/files
parent9fcf538bfca7ab19cd141563d03848f852862527 (diff)
downloadports-03ca4968c961c9707098edaecb9c559c4ef8d061.tar.gz
ports-03ca4968c961c9707098edaecb9c559c4ef8d061.zip
Notes
Diffstat (limited to 'www/cadaver/files')
-rw-r--r--www/cadaver/files/patch-warnings9
1 files changed, 0 insertions, 9 deletions
diff --git a/www/cadaver/files/patch-warnings b/www/cadaver/files/patch-warnings
deleted file mode 100644
index 7742e2dfaa87..000000000000
--- a/www/cadaver/files/patch-warnings
+++ /dev/null
@@ -1,9 +0,0 @@
---- src/cadaver.c Tue Apr 13 15:23:17 2004
-+++ src/cadaver.c Tue May 4 11:45:45 2004
-@@ -1015,5 +1015,5 @@
- (n==(len-1)?'>':' '));
- }
-- printf(_("] %5.1f%% of %ld bytes"), pc*100, total);
-+ printf(_("] %5.1f%% of %llu bytes"), pc*100, (unsigned long long)total);
- fflush(stdout);
- }