openbsd-ports/mail/mutt/snapshot/patches/patch-system_c
bernd 295451a005 - update to mutt-1.5.10
- preprocess muttrc manpage with tbl

ok sturm@
2005-09-14 21:00:03 +00:00

13 lines
452 B
Plaintext

$OpenBSD: patch-system_c,v 1.3 2005/09/14 21:00:03 bernd Exp $
--- system.c.orig Thu Feb 3 19:47:53 2005
+++ system.c Fri Aug 12 09:21:37 2005
@@ -114,7 +114,7 @@ int _mutt_system (const char *cmd, int f
sigaction (SIGTSTP, &act, NULL);
sigaction (SIGCONT, &act, NULL);
- execl (EXECSHELL, "sh", "-c", cmd, NULL);
+ execl (EXECSHELL, "sh", "-c", cmd, (void *)NULL);
_exit (127); /* execl error */
}
else if (thepid != -1)