Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chris G. Demetriou <cgd@netbsd.org>
List: source-changes
Date: 10/02/2000 22:59:43
Module Name:	syssrc
Committed By:	cgd
Date:		Mon Oct  2 19:59:43 UTC 2000

Modified Files:
	syssrc/usr.sbin/config: config.h

Log Message:
clean up dev_t-related portability defines (and actually #define dev_t now).
Make major() et al match current NetBSD implementation.  In reality,
the code here in config which plays with these bits should be cleaned up
to treat major and minor separately.  (They only reason they're being mashed
together is storage convenience.)


To generate a diff of this commit:
cvs rdiff -r1.49 -r1.50 syssrc/usr.sbin/config/config.h

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