openbsd-ports/mail/pgpsendmail/patches/patch-ab
1998-04-10 20:49:14 +00:00

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)
{