pkgsrc/lang/f2c/patches/patch-ak
2009-12-23 00:48:20 +00:00

15 lines
390 B
Text

$NetBSD: patch-ak,v 1.3 2009/12/23 00:48:20 asau Exp $
--- src/sysdep.c.orig 2009-12-22 11:45:47.000000000 +0100
+++ src/sysdep.c
@@ -80,8 +80,8 @@ extern "C" {
#define Cextern extern
#endif
-Cextern int unlink Argdcl((const char *));
-Cextern int fork Argdcl((void)), getpid Argdcl((void)), wait Argdcl((int*));
+#include <sys/wait.h>
+#include <unistd.h>
void
#ifdef KR_headers