$OpenBSD: patch-mutt_tunnel_c,v 1.2 2005/02/07 17:16:16 naddy Exp $
--- mutt_tunnel.c.orig	Thu Feb  3 00:08:14 2005
+++ mutt_tunnel.c	Thu Feb  3 00:08:46 2005
@@ -91,7 +91,7 @@ static int tunnel_socket_open (CONNECTIO
     /* Don't let the subprocess think it can use the controlling tty */
     setsid ();
 
-    execl (EXECSHELL, "sh", "-c", Tunnel, NULL);
+    execl (EXECSHELL, "sh", "-c", Tunnel, (void *)NULL);
     _exit (127);
   }
   mutt_unblock_signals_system (1);
