aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/pkg
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-16 15:48:49 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-16 15:48:49 +0000
commit46b67ede120def3d91ff4bf377e841539982e220 (patch)
treeb3b7359df4dd2b183d168e969160c203b02a410d /usr.sbin/pkg
parentdcb3fc4cd654be3df2e670dd804e812a9cb63e5f (diff)
downloadsrc-46b67ede120def3d91ff4bf377e841539982e220.tar.gz
src-46b67ede120def3d91ff4bf377e841539982e220.zip
argc is now used
MFC after: 2 days
Notes
Notes: svn path=/head/; revision=258226
Diffstat (limited to 'usr.sbin/pkg')
-rw-r--r--usr.sbin/pkg/pkg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg/pkg.c b/usr.sbin/pkg/pkg.c
index b4dcfc867833..bceea3df88b1 100644
--- a/usr.sbin/pkg/pkg.c
+++ b/usr.sbin/pkg/pkg.c
@@ -907,7 +907,7 @@ cleanup:
}
int
-main(__unused int argc, char *argv[])
+main(int argc, char *argv[])
{
char pkgpath[MAXPATHLEN];
const char *pkgarg;