summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorneilbrown <neilbrown>2005-10-06 04:24:06 +0000
committerneilbrown <neilbrown>2005-10-06 04:24:06 +0000
commitb51ebed58a610b3104e9f218d609715cd468b0ea (patch)
tree9e8be763abd07cc82cc53cc53b8465022839f5b9
parent878fca79480f4e249329e1136edd720e94d112ca (diff)
downloadnfs-utils-b51ebed58a610b3104e9f218d609715cd468b0ea.tar.gz
nfs-utils-b51ebed58a610b3104e9f218d609715cd468b0ea.tar.xz
nfs-utils-b51ebed58a610b3104e9f218d609715cd468b0ea.zip
rquota fix
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf0a254..ddb0082 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-09-02 Mike Frysinger <vapier@gentoo.org>
+ * utils/rquotad/rquota_server.c(getquotainfo): use explicit
+ struture-member copying rather than memcpy, as the element
+ sizes are the same on all architectures.
+
2005-08-26 Kevin Coffman <kwc@citi.umich.edu>
Add option to set rpcsec_gss debugging level (if available)