From: Roy Marples Date: Mon, 3 Jun 2013 21:30:25 +0000 (+0000) Subject: Fix compile X-Git-Tag: v5.99.7~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9b0c9e5abd9515cad2b8a31c5ccf807f09b27a9;p=thirdparty%2Fdhcpcd.git Fix compile --- diff --git a/compat/posix_spawn.c b/compat/posix_spawn.c index 00f0cb3d..822425e7 100644 --- a/compat/posix_spawn.c +++ b/compat/posix_spawn.c @@ -1,4 +1,4 @@ -/* +/* * dhcpcd - DHCP client daemon * Copyright (c) 2006-2012 Roy Marples * All rights reserved @@ -73,10 +73,10 @@ posix_spawnattr_handle(const posix_spawnattr_t *attrp) return 0; } - + int posix_spawn(pid_t *pid, const char * path, - _unused void *arg, + __unused void *arg, const posix_spawnattr_t *attrp, char *const argv[], char *const envp[]) {