15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
*** lib/spawn.c.orig Thu Sep 25 00:21:58 1997
|
|
--- lib/spawn.c Thu Apr 9 23:15:05 1998
|
|
***************
|
|
*** 82,88 ****
|
|
--- 82,90 ----
|
|
{
|
|
int child_pid;
|
|
int in_fds[2], out_fds[2], err_fds[2];
|
|
+ #ifndef __OpenBSD__
|
|
extern char *sys_errlist[];
|
|
+ #endif
|
|
|
|
if (*in_fd < 0)
|
|
{
|