$OpenBSD: patch-src_Filter_cc,v 1.2 2004/05/24 07:04:46 kevlo Exp $
--- src/Filter.cc.orig	Sat May  8 22:52:07 2004
+++ src/Filter.cc	Sat May  8 22:52:37 2004
@@ -178,7 +178,7 @@ int OutputFilter::getfd()
       }
       if(a)
 	 execvp(a->a0(),a->GetVNonConst());
-      execl("/bin/sh","sh","-c",name,NULL);
+      execl("/bin/sh","sh","-c",name,(void *)NULL);
       fprintf(stderr,_("execl(/bin/sh) failed: %s\n"),strerror(errno));
       fflush(stderr);
       _exit(1);
