Subject: CVS commit: src/usr.sbin/config
To: None <source-changes@NetBSD.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/03/2003 18:56:40
Module Name:	src
Committed By:	thorpej
Date:		Wed Sep  3 18:56:40 UTC 2003

Modified Files:
	src/usr.sbin/config: defs.h scan.l

Log Message:
Allow file inclusions to be relative to the file currently being
included.  This is done by tracking the current directory for the
file being parsed, and constructing a path relative to that directory
when an include directive's file name begins with "./".


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/usr.sbin/config/defs.h
cvs rdiff -r1.38 -r1.39 src/usr.sbin/config/scan.l

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