switch to netbsd <sys/errno.h>

not entirely clean; _SIGN hack remains for now.  also leave in
minix-specific stuff like minix-specific errno's and OK.

Change-Id: I035efc52e27b92f58ae0d88dab19dec263edb6e3
This commit is contained in:
Ben Gras
2014-03-02 12:28:31 +01:00
committed by sambuc
parent 25719b5d92
commit 6c3dfa5f3c
4 changed files with 203 additions and 161 deletions
+1
View File
@@ -715,6 +715,7 @@ static int do_ioctl(devminor_t minor, unsigned long request, endpoint_t endpt,
break;
case TIOCSCTTY:
/* Process sets this tty as its controlling tty */
tp->tty_pgrp = user_endpt;
break;