]> Cypherpunks repositories - gostls13.git/commit
os/user: fix user lookups on dragonfly
authorJoel Sing <jsing@google.com>
Mon, 7 Oct 2013 16:21:33 +0000 (09:21 -0700)
committerIan Lance Taylor <iant@golang.org>
Mon, 7 Oct 2013 16:21:33 +0000 (09:21 -0700)
commitfc1bea321de31243c2f68316941e0f99eeb86557
tree3c424c9bc70e4fef6003811f43f06f99180cb135
parentfba015ecb415ecd84b2d2e2c98f1a6efc09fbd5b
os/user: fix user lookups on dragonfly

Like FreeBSD, DragonFly does not provide a sysconf value for
_SC_GETPW_R_SIZE_MAX.

R=golang-dev, iant
CC=golang-dev
https://golang.org/cl/14469043
src/pkg/os/user/lookup_unix.go