summaryrefslogtreecommitdiff
path: root/net/scand/files/patch-viewstat.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-11-15 22:05:48 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-11-15 22:05:48 +0000
commitcf67891e3f9326cba3841af11ddfffdd14ff4a4d (patch)
tree81c301f022a1027949e70455f06e03c3e05790c9 /net/scand/files/patch-viewstat.c
parent- Update amd64 binary to 2.9009.494 (diff)
- Update to 0.12
PR: ports/73927 Submitted by: sand <sand@zunet.ru> (maintainer)
Notes
Notes: svn path=/head/; revision=121706
Diffstat (limited to 'net/scand/files/patch-viewstat.c')
-rw-r--r--net/scand/files/patch-viewstat.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/scand/files/patch-viewstat.c b/net/scand/files/patch-viewstat.c
deleted file mode 100644
index 5403dff1d811..000000000000
--- a/net/scand/files/patch-viewstat.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- viewstat.c.orig Wed Nov 19 12:49:59 2003
-+++ viewstat.c Wed Nov 19 12:50:15 2003
-@@ -122,7 +122,7 @@
- if (fstat(fd,&filestat)) Quit("fstat");
-
- printf("Number of clusters = %d\n",
-- (int) filestat.st_size / sizeof (clusterItem));
-+ (int) filestat.st_size / (int) sizeof (clusterItem));
- }
-
- while ( sizeof(clusterItem) == read( fd, &temp, sizeof(clusterItem)) ) {