- use warnx instead of warn when skipping large lines, as errno is
authormiod <miod@openbsd.org>
Mon, 26 Jul 2010 10:55:17 +0000 (10:55 +0000)
committermiod <miod@openbsd.org>
Mon, 26 Jul 2010 10:55:17 +0000 (10:55 +0000)
commitbc51f5a6c1505730e724e6940369d24994af5779
tree1f39774926b0207775c4d75077696965d1f831ac
parent023c5341fdd006c81f38a423c546141fe736ead0
- 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@
usr.sbin/user/user.c