b6d3f9b168
help & comments sturm@ and bernd ahlers, sturm@ ok
13 lines
394 B
Plaintext
13 lines
394 B
Plaintext
$OpenBSD: patch-src_popup_c,v 1.1 2005/08/10 07:53:44 mbalmer Exp $
|
|
--- src/popup.c.orig Tue Aug 9 23:40:41 2005
|
|
+++ src/popup.c Tue Aug 9 23:40:53 2005
|
|
@@ -206,7 +206,7 @@ void run_daemon(
|
|
#endif
|
|
#endif
|
|
detach_from_network();
|
|
- execl(path, DAEMON_FN, 0);
|
|
+ execl(path, DAEMON_FN, (void *)NULL);
|
|
}
|
|
fprintf(stderr, _("%s: WARNING: can't start %s: "), progname,
|
|
DAEMON_FN);
|