CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2009/06/06 18:02:49
Modified files: lib/libc/gen : getgrent.c Log message: No need to malloc, copy, have a single read access, and free right away. Thus, garbage collect one variable, one strdup, one free, two ifs, one else and a couple of assignments. No functional change. ok millert@