freebsd-ports/devel/libmba/files/patch-src::shellout.c
Christian Weisgerber 2c58468101 Update to version 0.5.1
PR:		51049
Submitted by:	Ports Fury
2003-04-23 22:44:31 +00:00

11 lines
284 B
C

--- src/shellout.c.orig Mon Mar 10 09:10:10 2003
+++ src/shellout.c Tue Apr 15 12:46:00 2003
@@ -27,7 +27,7 @@
#include <string.h>
#include <termios.h>
#include <unistd.h>
-#include <pty.h>
+/* #include <pty.h> */
#include <errno.h>
#include <sys/types.h>
#include <sys/wait.h>