CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2010/07/26 04:55:17
Modified files: usr.sbin/user : user.c Log message: - use warnx instead of warn when skipping large lines, as errno is nonsensical in that case (and usually zero). - when altering the groups file, preserve a single "+" line instead of complaining it is incorrect and removing it. ok fgsch@ millert@ ray@