Subject: Re: (Quasi-) SUMMARY: pre-built kernels with UCONSOLE
To: None <port-sparc@netbsd.org>
From: matthew green <mrg@splode.mame.mu.OZ.AU>
List: port-sparc
Date: 12/07/1994 23:16:45
   > ! 				NDINIT(&nd, LOOKUP, FOLLOW | LOCKLEAF,
   > ! 				    UIO_USERSPACE, "/dev/console", p);
   > ! 				error = namei(&nd);
   
   Um, shouldn't that be UIO_SYSSPACE?

why?  i basically copied the code from access(2).

.mrg.