Subject: re: kern/6062: bind() to unix domain socket doesn't use emul path
To: Steve Peurifoy <sp128@ibm.net>
From: matthew green <mrg@eterna.com.au>
List: netbsd-bugs
Date: 08/31/1998 13:58:23
there is inconsistency between which syscalls in each emulation
check the alternative path.  IMO, creat(2) should not be checked,
as it is creating new files, not reading pre-existing ones.
emulations shouldn't write to their alternative path unless
explicitely given.