$OpenBSD: patch-libfcgi_os_unix_c,v 1.1.1.1 2004/02/11 20:13:35 sturm Exp $
--- libfcgi/os_unix.c.orig	2004-02-11 20:40:53.000000000 +0100
+++ libfcgi/os_unix.c	2004-02-11 20:41:05.000000000 +0100
@@ -536,7 +536,7 @@ int OS_SpawnChild(char *appPath, int lis
          *
          * XXX: entire environment passes through
 	 */
-	execl(appPath, appPath, NULL);
+	execl(appPath, appPath, (void *)NULL);
 	/*
 	 * XXX: Can't do this as we've already closed STDERR!!!
 	 *
