$NetBSD: patch-at,v 1.3 2006/02/12 00:13:55 salo Exp $

--- servconf.c.orig	2005-12-13 02:33:20.000000000 -0600
+++ servconf.c	2006-02-08 21:07:59.000000000 -0600
@@ -235,7 +235,11 @@
 
 	/* Turn privilege separation on by default */
 	if (use_privsep == -1)
+#ifdef HAVE_INTERIX
+		use_privsep = 0;
+#else
 		use_privsep = 1;
+#endif
 
 #ifndef HAVE_MMAP
 	if (use_privsep && options->compression == 1) {
