NetBSD/lib/libc/termios
dsl 4eaada98f4 Change a returned value of -1 (NO_PGID) to (uint)(pid_t)~0u >> 1 (0x7fffffff)
to satisfy the SuSv3/POSIX-2004/etc requirement that "If there is no
foreground process group, tcgetpgrp() shall return a value greater than 1
that does not match the process group ID of any existing process group."
Should fix PR standards/28493 and zsh.
2004-12-01 21:37:15 +00:00
..
Makefile.inc
cfgetispeed.c
cfgetospeed.c
cfmakeraw.c
cfsetispeed.c
cfsetospeed.c
cfsetspeed.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.3
tcgetpgrp.c Change a returned value of -1 (NO_PGID) to (uint)(pid_t)~0u >> 1 (0x7fffffff) 2004-12-01 21:37:15 +00:00
tcgetsid.3
tcgetsid.c
tcsendbreak.3
tcsendbreak.c
tcsetattr.3
tcsetattr.c
tcsetpgrp.3
tcsetpgrp.c