Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 03/27/1997 17:30:02
christos
Thu Mar 27 12:20:19 EST 1997
Update of /cvsroot/src/usr.bin/make
In directory netbsd1:/var/slash-tmp/cvs-serv26299

Modified Files:
	dir.c 
Log Message:
- Disable globbing for targets/dependencies when POSIX is defined.
- Fix globbing so that patterns that don't have a matching number of [] or {}
  don't get expanded. (before the [ case got expanded to nothing!) This is
  disabled.


christos
Thu Mar 27 12:25:50 EST 1997
Update of /cvsroot/src/usr.sbin/lastlogin
In directory netbsd1:/var/slash-tmp/cvs-serv26561

Modified Files:
	lastlogin.c 
Log Message:
Don't keep trying getpwuid(0) when ll_time == 0! This brings down the
execution time from 5 minutes -> 1 second in our password file.