Files
pkgsrc-ng/net/publicfile/patches/patch-exit.h
2013-09-26 17:14:40 +02:00

14 lines
248 B
C

$NetBSD: patch-exit.h,v 1.1 2013/05/23 14:57:32 joerg Exp $
--- exit.h.orig 1999-11-09 07:23:46.000000000 +0000
+++ exit.h
@@ -1,6 +1,7 @@
#ifndef EXIT_H
#define EXIT_H
-extern void _exit();
+#include <stdlib.h>
+#include <unistd.h>
#endif