about summary refs log tree commit diff stats
path: root/src/LYCgi.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1999-05-06 00:54:12 -0400
committerThomas E. Dickey <dickey@invisible-island.net>1999-05-06 00:54:12 -0400
commitaa7067e195c6612fb732055a86ccea8158b17cfd (patch)
tree5cae83dedc745a09a4c060601e686faf3c85ac94 /src/LYCgi.c
parenta4a7d3a32615c1ea52c41ff149e291417fa1bdc8 (diff)
downloadlynx-snapshots-aa7067e195c6612fb732055a86ccea8158b17cfd.tar.gz
snapshot of project "lynx", label v2-8-2dev_26
Diffstat (limited to 'src/LYCgi.c')
-rw-r--r--src/LYCgi.c2
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;