diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2013-06-29 00:37:49 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2013-06-29 00:37:49 +0000 |
| commit | fd50eef3043ac999772c073971734461e8a40ad8 (patch) | |
| tree | 8dbda5bdc4411ba9b8291d0b2cf1f34c83b34eb3 /usr.sbin/pkg_install/create | |
| parent | b94bc5ff9edc6abc5987d391078823c007d9cc2e (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/create')
| -rw-r--r-- | usr.sbin/pkg_install/create/pl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/pl.c b/usr.sbin/pkg_install/create/pl.c index 716fd05cb9a2..1316eda82122 100644 --- a/usr.sbin/pkg_install/create/pl.c +++ b/usr.sbin/pkg_install/create/pl.c @@ -140,7 +140,8 @@ copy_plist(const char *home, Package *plist) const char *there = NULL, *mythere; char *where_args, *prefix = NULL; const char *last_chdir, *root = "/"; - int maxargs, where_count = 0, add_count; + long maxargs; + int where_count = 0, add_count; struct stat stb; dev_t curdir; |
