summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhjl <hjl>2001-06-27 16:45:54 +0000
committerhjl <hjl>2001-06-27 16:45:54 +0000
commitb6eb550a30ed655bae0cd9a4124af462205b58fb (patch)
tree78d7d6c1dfce10a8f12b5217b5e995f4a142e407 /ChangeLog
parentbbdfb3e9b3beace2b32947861144b01a9e6104f6 (diff)
downloadnfs-utils-b6eb550a30ed655bae0cd9a4124af462205b58fb.tar.gz
nfs-utils-b6eb550a30ed655bae0cd9a4124af462205b58fb.tar.xz
nfs-utils-b6eb550a30ed655bae0cd9a4124af462205b58fb.zip
2001-06-27 H.J. Lu <hjl@lucon.org>
* utils/rquotad/rquota_server.c: Don't call statfs () for the block size. Use BLOCK_SIZE instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 70651c1..b04dcfc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2001-06-27 H.J. Lu <hjl@lucon.org>
+ * utils/rquotad/rquota_server.c: Don't call statfs () for
+ the block size. Use BLOCK_SIZE instead.
+
+2001-06-27 H.J. Lu <hjl@lucon.org>
+
* config.mk.in (CC_FOR_BUILD): Renamed from BUILD_CC.
(CFLAGS_FOR_BUILD): New. Don't use @CFLAGS@.