K 10 svn:author V 5 wpaul K 8 svn:date V 27 1997-03-10T16:47:19.000000Z K 7 svn:log V 236 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.) END