diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2015-08-01 05:32:19 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2015-08-01 05:32:19 +0000 |
commit | d8f99b235730ca5bb388dfec62bc1acc5401560e (patch) | |
tree | 6acdb3647c113ed0ae21a4a0328692f608e23e52 /news/cnews/files/patch-dostatfs.c | |
parent | bb9ec6ec733cd2c6d8a5962a51758514133ee27e (diff) | |
download | ports-d8f99b235730ca5bb388dfec62bc1acc5401560e.tar.gz ports-d8f99b235730ca5bb388dfec62bc1acc5401560e.zip |
- support disk with more than 4G blocks free
Notes
Notes:
svn path=/head/; revision=393387
Diffstat (limited to 'news/cnews/files/patch-dostatfs.c')
-rw-r--r-- | news/cnews/files/patch-dostatfs.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/news/cnews/files/patch-dostatfs.c b/news/cnews/files/patch-dostatfs.c new file mode 100644 index 000000000000..47ffd8f27c09 --- /dev/null +++ b/news/cnews/files/patch-dostatfs.c @@ -0,0 +1,11 @@ +--- util/dostatfs.c.orig 1995-04-28 02:51:39.000000000 +0200 ++++ util/dostatfs.c 2015-06-10 06:28:42.000000000 +0200 +@@ -77,7 +77,7 @@ + long bperi; + { + struct statfs info; +- register long n; ++ register long long n; + # define LOTS 10000 + register long iperfile = filesize/bperi + 1; + |