1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+ttysw+tty.c
Cy Schubert 6d0e01a6a1 Update 3.2p1-X11R6 --> 3.2p1.4-19c
This fixes cmdtool and shelltool terminal handling and utmpx issues under
9.0.
2012-02-08 06:54:54 +00:00

21 lines
734 B
C

--- lib/libxview/ttysw/tty.c.orig 2005-03-28 06:41:31.000000000 -0800
+++ lib/libxview/ttysw/tty.c 2012-02-03 11:42:08.176574457 -0800
@@ -534,7 +534,7 @@
tty_quit_on_death(client, pid, status, rusage)
caddr_t client;
int pid;
-#if !defined SVR4 && !defined __CYGWIN__
+#if !defined SVR4 && !defined __CYGWIN__ && !defined __FreeBSD__
union wait *status;
#else
int *status;
@@ -592,7 +592,7 @@
tty_handle_death(tty_folio_private, pid, status, rusage)
Ttysw_folio tty_folio_private;
int pid;
-#if !defined SVR4 && !defined __CYGWIN__
+#if !defined SVR4 && !defined __CYGWIN__ && !defined __FreeBSD__
union wait *status;
#else
int *status;