Subject: CVS commit: src/usr.bin/make
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 09/09/2003 14:44:37
Module Name:	src
Committed By:	drochner
Date:		Tue Sep  9 14:44:37 UTC 2003

Modified Files:
	src/usr.bin/make: dir.c

Log Message:
Remove some code which makes file lookup rely on the fact that
the first two directory entries are "." and "..".
This behaviour is not required by applicable standards, and
actually not provided by "coda".
Now we get the "." and ".." into the per-directiry hash tables,
but this should not hurt.


To generate a diff of this commit:
cvs rdiff -r1.37 -r1.38 src/usr.bin/make/dir.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.