blob: 0f8675727a540bd1aa16efa92cb2c2a90d267504 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-bk,v 1.1.1.1 2005/10/17 16:16:48 is Exp $
--- util.h.orig 2000-10-31 23:53:40.000000000 +0100
+++ util.h
@@ -17,5 +17,5 @@ extern FILE *pathopen(); /* file open wi
extern FILE *mustopen(); /* file open with guaranteed success */
extern int trcexec; /* trace exec calls? */
-extern spawn(); /* fork and exec */
+extern int spawn(); /* fork and exec */
extern void doexec(); /* exec in place */
|