dea6e5412f
o add README.OpenBSD (includes heimdal setup instructions) o rework openafs-setup to use arla's afsd in base, and heimdal o fix a bug since 4.1 to not blow the thread stack on 64bit time functions in libc
13 lines
450 B
Plaintext
13 lines
450 B
Plaintext
$OpenBSD: patch-src_lwp_lwp_h,v 1.1 2008/07/21 03:13:01 todd Exp $
|
|
--- src/lwp/lwp.h.orig Mon Apr 28 01:55:49 2008
|
|
+++ src/lwp/lwp.h Mon Apr 28 01:56:15 2008
|
|
@@ -301,7 +301,7 @@ char lwp_debug; /* ON = show LWP debugging trace */
|
|
#elif defined(AFS_LINUX22_ENV)
|
|
#define AFS_LWP_MINSTACKSIZE (192 * 1024)
|
|
#else
|
|
-#define AFS_LWP_MINSTACKSIZE (48 * 1024)
|
|
+#define AFS_LWP_MINSTACKSIZE (480 * 1024)
|
|
#endif
|
|
|
|
/* Action to take on stack overflow. */
|