about summary refs log tree commit diff stats
path: root/WWW
diff options
context:
space:
mode:
Diffstat (limited to 'WWW')
-rw-r--r--WWW/Library/Implementation/HTTCP.c4
-rw-r--r--WWW/Library/Implementation/HTUtils.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/WWW/Library/Implementation/HTTCP.c b/WWW/Library/Implementation/HTTCP.c
index f0d6f3a7..ae121680 100644
--- a/WWW/Library/Implementation/HTTCP.c
+++ b/WWW/Library/Implementation/HTTCP.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTTCP.c,v 1.166 2023/10/27 00:16:33 tom Exp $
+ * $LynxId: HTTCP.c,v 1.167 2023/11/06 00:44:34 tom Exp $
  *
  *			Generic Communication Code		HTTCP.c
  *			==========================
@@ -662,7 +662,7 @@ static unsigned long __stdcall _fork_func(void *arg)
     }
 
     donelookup = TRUE;
-    return (unsigned long) (gbl_phost);
+    return (unsigned long) 1;	/* nonzero for successful exit */
 }
 #endif /* __CYGWIN__ */
 #endif /* _WINDOWS_NSL */
diff --git a/WWW/Library/Implementation/HTUtils.h b/WWW/Library/Implementation/HTUtils.h
index d01d0ddd..3d66cabe 100644
--- a/WWW/Library/Implementation/HTUtils.h
+++ b/WWW/Library/Implementation/HTUtils.h
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTUtils.h,v 1.134 2021/06/29 22:01:12 tom Exp $
+ * $LynxId: HTUtils.h,v 1.135 2023/11/05 23:09:43 tom Exp $
  *
  * Utility macros for the W3 code library
  * MACROS FOR GENERAL USE
@@ -120,7 +120,7 @@ char *alloca();
 #define HAVE_PUTENV 1
 #endif
 
-#ifndef NO_SIZECHANGE
+#if !defined(NO_SIZECHANGE) && defined(UNIX)
 #define HAVE_SIZECHANGE 1
 #endif