1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Fixed a typo and W32 support for the latest CVS changes.

This commit is contained in:
Timo Schulz 2001-12-23 12:40:04 +00:00
parent eab333733c
commit 8c35c19e43
9 changed files with 32 additions and 2 deletions

View file

@ -24,7 +24,9 @@
#include <stdio.h>
#include <sys/stat.h>
#include <sys/types.h>
#ifndef HAVE_DOSISH_SYSTEM
#include <sys/wait.h>
#endif
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
@ -380,7 +382,9 @@ int exec_read(struct exec_info *info)
goto fail;
}
#ifndef HAVE_DOSISH_SYSTEM
info->progreturn=WEXITSTATUS(info->progreturn);
#endif
if(info->progreturn==127)
{