From e47aa97b65b6eaa7016357de7fb7974c1982858c Mon Sep 17 00:00:00 2001 From: Simon Klinkert Date: Thu, 16 Jul 2015 16:22:52 +0200 Subject: 6063 pkgadd breaks with too many mountpoints Reviewed by: Igor Kozhukhov Reviewed by: Richard Lowe Approved by: Dan McDonald --- usr/src/lib/libpkg/common/cfext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/lib/libpkg/common/cfext.h') 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 */ -- cgit v1.2.3