argc is now used

MFC after:	2 days
This commit is contained in:
Baptiste Daroussin 2013-11-16 15:48:49 +00:00
parent dcb3fc4cd6
commit 46b67ede12
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258226

View File

@ -907,7 +907,7 @@ bootstrap_pkg_local(const char *pkgpath, bool force)
}
int
main(__unused int argc, char *argv[])
main(int argc, char *argv[])
{
char pkgpath[MAXPATHLEN];
const char *pkgarg;