$OpenBSD: patch-src_input_media_helper_c,v 1.3 2007/06/13 10:58:29 jakemsr Exp $ --- src/input/media_helper.c.orig Thu Mar 29 15:44:56 2007 +++ src/input/media_helper.c Sun May 20 22:40:02 2007 @@ -59,7 +59,7 @@ static int media_umount_media(const char *device) pid=fork(); if (pid == 0) { - execl("/bin/umount", "umount", device, NULL); + execl("/bin/umount", "umount", device, (char *)NULL); exit(127); } do {