Subject: Re: CVS commit: src/sbin/init
To: None <source-changes@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/02/2003 01:28:28
On Tue, Jul 01, 2003 at 03:24:23PM +0000, Luke Mewburn wrote:
  | 
  | Module Name:	src
  | Committed By:	lukem
  | Date:		Tue Jul  1 15:24:23 UTC 2003
  | 
  | Modified Files:
  | 	src/sbin/init: init.c
  | 
  | Log Message:
  | init.c

`oops'.  that should have read:

``
	Always compile in support for attempting to obtain the major device
	number of the console from sysctl("machdep.console_device"), rather
	than making in optional on the (unused) #ifdef DEBUG.
	Certain platforms do not have the console at makedev(0,0) (including
	many arm32 and some sh3 platforms), so the "mfs MAKEDEV" hack would
	have failed on those.

	Noted in private discussion with Quentin Barnes.
''

the repository has been fixed.


  | 
  | 
  | To generate a diff of this commit:
  | cvs rdiff -r1.56 -r1.57 src/sbin/init/init.c