diff options
Diffstat (limited to 'usr/src/lib')
-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 */ |