Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 09/23/1996 05:10:02
ghudson
Sun Sep 22 22:00:47 PDT 1996
Update of /cvsroot/src/sys/lib/libkern
In directory netbsd1:/var/slash-tmp/cvs-serv25709

Modified Files:
	Makefile.inc 
Log Message:
Handle relative paths to the source directory if they begin with a '.'.


mycroft
Sun Sep 22 22:01:09 PDT 1996
Update of /cvsroot/src/include/protocols
In directory netbsd1:/var/slash-tmp/cvs-serv25749

Modified Files:
	rwhod.h 
Log Message:
{long,int} -> int32_t

ghudson
Sun Sep 22 22:01:53 PDT 1996
Update of /cvsroot/src/sys/compat/common
In directory netbsd1:/var/slash-tmp/cvs-serv25782

Modified Files:
	Makefile.inc 
Log Message:
Handle relative paths to the source tree if they begin with '.'.


ghudson
Sun Sep 22 22:04:23 PDT 1996
Update of /cvsroot/src/usr.sbin/config
In directory netbsd1:/var/slash-tmp/cvs-serv25852

Modified Files:
	mkmakefile.c 
Log Message:
Don't canonicalize relative paths to the source tree any more; libkern
and libcompat can handle them as long as they begin with '.'.  If a
relative path doesn't begin with '.', add a "./" before it.