openbsd-ports/lang/ucblogo/patches/patch-wrksp_c
sthen 22edabdcb4 Remove patches casting NULL when used as a sentinel to a pointer.
These are no longer needed since unistd.h r1.63 et al.  ok ajacoutot@
2012-02-21 22:19:31 +00:00

15 lines
328 B
Plaintext

$OpenBSD: patch-wrksp_c,v 1.2 2012/02/21 22:19:31 sthen Exp $
--- wrksp.c.orig Mon Aug 8 12:38:17 2005
+++ wrksp.c Sun May 28 23:42:37 2006
@@ -23,6 +23,10 @@
#include <windows.h>
#endif
+#include <sys/types.h>
+#include <sys/wait.h>
+#include <ctype.h>
+
#define WANT_EVAL_REGS 1
#include "logo.h"
#include "globals.h"