diff options
author | Simon Klinkert <simon.klinkert@gmail.com> | 2015-07-16 16:22:52 +0200 |
---|---|---|
committer | Dan McDonald <danmcd@omniti.com> | 2015-07-19 15:11:11 -0400 |
commit | e47aa97b65b6eaa7016357de7fb7974c1982858c (patch) | |
tree | df1d35f3e507003d320c15482c3d30c8448c15aa /usr/src/lib/libpkg/common/cfext.h | |
parent | fdbe01bdc218a1a5d0bb998c40e77e4069330094 (diff) | |
download | illumos-joyent-e47aa97b65b6eaa7016357de7fb7974c1982858c.tar.gz |
6063 pkgadd breaks with too many mountpoints
Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>
Approved by: Dan McDonald <danmcd@omniti.com>
Diffstat (limited to 'usr/src/lib/libpkg/common/cfext.h')
-rw-r--r-- | usr/src/lib/libpkg/common/cfext.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/lib/libpkg/common/cfext.h b/usr/src/lib/libpkg/common/cfext.h index 14ec1fce2a..450e2a8d0d 100644 --- a/usr/src/lib/libpkg/common/cfext.h +++ b/usr/src/lib/libpkg/common/cfext.h @@ -67,8 +67,8 @@ struct mergstat { struct cfextra { struct cfent cf_ent; /* basic contents file entry */ struct mergstat mstat; /* merge status for installs */ - short fsys_value; /* fstab[] entry index */ - short fsys_base; /* actual base filesystem in fs_tab[] */ + uint32_t fsys_value; /* fstab[] entry index */ + uint32_t fsys_base; /* actual base filesystem in fs_tab[] */ char *client_path; /* the client-relative path */ char *server_path; /* the server-relative path */ char *map_path; /* as read from the pkgmap */ |