diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-06 00:54:12 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-06 00:54:12 -0400 |
commit | aa7067e195c6612fb732055a86ccea8158b17cfd (patch) | |
tree | 5cae83dedc745a09a4c060601e686faf3c85ac94 /src/LYCgi.c | |
parent | a4a7d3a32615c1ea52c41ff149e291417fa1bdc8 (diff) | |
download | lynx-snapshots-aa7067e195c6612fb732055a86ccea8158b17cfd.tar.gz |
snapshot of project "lynx", label v2-8-2dev_26
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r-- | src/LYCgi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LYCgi.c b/src/LYCgi.c index 981d1c8e..a28725bb 100644 --- a/src/LYCgi.c +++ b/src/LYCgi.c @@ -320,7 +320,7 @@ PRIVATE int LYLoadCGI ARGS4( int fd1[2], fd2[2]; char buf[1024]; pid_t pid; -#if HAVE_TYPE_UNIONWAIT +#ifdef HAVE_TYPE_UNIONWAIT union wait wstatus; #else int wstatus; |