Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 1997 08:47:22 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-all, cvs-lib
Subject:   cvs commit:  src/lib/libc/gen getpwent.c
Message-ID:  <199703101647.IAA01157@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       97/03/10 08:47:21

  Modified:    lib/libc/gen  getpwent.c
  Log:
  Fix brain-o in SunOS passwd.adjunct stuff: !strstr(s, "##") is a) bad
  style and b) the wrong logic. Should be strstr(s, "##") != NULL. (Note
  that the passwd.adjunct stuff has not been merged into 2.2 so this bug
  is not in that branch.)
  
  Revision  Changes    Path
  1.38      +1 -1      src/lib/libc/gen/getpwent.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199703101647.IAA01157>