$OpenBSD: patch-libgnorba_orbitns_c,v 1.3 2007/06/01 16:44:42 jasper Exp $
--- libgnorba/orbitns.c.orig	Thu Aug 19 18:10:18 1999
+++ libgnorba/orbitns.c	Fri Jun  1 18:38:20 2007
@@ -225,7 +225,7 @@ name_server_by_forking (CORBA_Environment *ev)
 		
 		setsid();
 		
-		execlp("gnome-name-service", "gnome-name-service", NULL);
+		execlp("gnome-name-service", "gnome-name-service", (void *)NULL);
 		_exit(1);
 	}
 
