diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-11-14 16:47:47 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-11-14 16:47:47 -0800 |
commit | 6e2f3ec280d5ba6599319206bcbdcec38003dc19 (patch) | |
tree | 0bea527a456ce6656092362e5d38c35f588bd562 /misc.h | |
parent | 1f72215f17f49a92120f58fa3c0898f9491c5386 (diff) |
180.06180.06
Diffstat (limited to 'misc.h')
-rw-r--r-- | misc.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ int do_install(Options *op, Package *p, CommandList *c); void should_install_opengl_headers(Options *op, Package *p); void should_install_compat32_files(Options *op, Package *p); void check_installed_files_from_package(Options *op, Package *p); -unsigned int get_installable_file_mask(Options *op); +uint64_t get_installable_file_mask(Options *op); int tls_test(Options *op, int compat_32_libs); int check_runtime_configuration(Options *op, Package *p); void collapse_multiple_slashes(char *s); |