openbsd-ports/math/sc/patches/patch-pipe_c

22 lines
355 B
Plaintext

$OpenBSD: patch-pipe_c,v 1.1 2002/08/06 00:45:17 pvalchev Exp $
--- pipe.c.orig Mon Nov 5 17:40:19 2001
+++ pipe.c Mon Aug 5 18:29:30 2002
@@ -8,6 +8,7 @@
*/
#include <curses.h>
+#include <string.h>
#include <unistd.h>
#include "sc.h"
@@ -19,9 +20,6 @@
#endif
#else
#include <time.h>
-#ifndef SYSIII
-#include <string.h>
-#endif
#endif