$NetBSD: patch-at,v 1.2.4.1 2006/02/12 01:53:44 seb 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) {
