48decda0b0
- explicitly disable some stuff - enable base plugins "no objections here" martynas@ note, there is are some issues left, but this will be fixed shortly.
13 lines
417 B
Plaintext
13 lines
417 B
Plaintext
$OpenBSD: patch-shell_main_c,v 1.3 2007/11/21 16:18:15 jasper Exp $
|
|
--- shell/main.c.orig Mon Sep 17 02:06:51 2007
|
|
+++ shell/main.c Wed Oct 31 16:47:44 2007
|
|
@@ -522,7 +522,7 @@ main (int argc, char **argv)
|
|
filename = g_build_filename (EVOLUTION_TOOLSDIR,
|
|
"killev",
|
|
NULL);
|
|
- execl (filename, "killev", NULL);
|
|
+ execl (filename, "killev", (void *)NULL);
|
|
/* Not reached */
|
|
exit (0);
|
|
}
|