freebsd-ports/x11-toolkits/xview/files/patch-lib+libxview+ttysw+tty.c
Pav Lucistnik bbff923854 - Redo this port. Now it compiles on -current again.
PR:		ports/58176
Submitted by:	Pedro F. Giffuni <giffunip@yahoo.com>
2003-12-13 23:38:21 +00:00

20 lines
606 B
C

--- lib/libxview/ttysw/tty.c.orig Thu Oct 16 18:55:36 2003
+++ lib/libxview/ttysw/tty.c Thu Oct 16 18:58:46 2003
@@ -534,7 +534,7 @@
tty_quit_on_death(client, pid, status, rusage)
caddr_t client;
int pid;
-#ifndef SVR4
+#if !(defined(BSD4_4) || defined(SVR4))
union wait *status;
#else
int *status;
@@ -586,7 +586,7 @@
tty_handle_death(tty_folio_private, pid, status, rusage)
Ttysw_folio tty_folio_private;
int pid;
-#ifndef SVR4
+#if !(defined(BSD4_4) || defined(SVR4))
union wait *status;
#else
int *status;