summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index dfc7d8fa27..a2640b1734 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Fri Feb 8 00:02:48 2013 Tanaka Akira <akr@fsij.org>
- * process.c (obj2gid): use getgrnum_r() only if getgrnam_r() and
+ * process.c (obj2gid): use getgrnam_r() only if getgrnam_r() and
_SC_GETGR_R_SIZE_MAX is available.
MirOS BSD (MirBSD 10 GENERIC#1382 i386) have getgrnam_r() but
no _SC_GETGR_R_SIZE_MAX.