On Sep 29,  3:07pm, m...@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/dev/sun

| "Christos Zoulas" writes:
| > Module Name:        src
| > Committed By:       christos
| > Date:               Sat Sep 26 03:31:53 UTC 2015
| > 
| > Modified Files:
| >     src/sys/dev/sun: disklabel.h
| > 
| > Log Message:
| > avoid conflicts with our own ioctls
| 
| i can't find it off hand, but i used to have software that used
| <sys/dev/disklabel.h> on netbsd and expected it to be the
| sunos version of ioctls.
| 
| i wonder if we can continue to provide those symbols to userland?

We can provide an ifdef for it, but these are only used for compat/sunos...
I doubt that it ever worked to compile a sunos binary on NetBSD. After
all the NetBSD native emulation does not know what to do with those ioctls,
so compiling a NetBSD binary with those ioctls won't run.

christos

Reply via email to