From 603bec779ab8f0751bc48b0394aadd261fafdcde Mon Sep 17 00:00:00 2001 From: graham.gower Date: Mon, 16 Nov 2009 19:17:55 -0500 Subject: Use vfork()/execvp() instead of system(). Parts based on a patch by Mike Westerhof for OpenEmbedded. git-svn-id: http://opkg.googlecode.com/svn/trunk@320 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/xsystem.h') diff --git a/libopkg/xsystem.h b/libopkg/xsystem.h index cc1ca2a..3c7a3d2 100644 --- a/libopkg/xsystem.h +++ b/libopkg/xsystem.h @@ -28,7 +28,7 @@ Otherwise, the 8-bit return value of the program ala WEXITSTATUS as defined in . */ -int xsystem(const char *cmd); +int xsystem(const char *argv[]); #endif -- cgit v0.9.1