diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-06-17 13:12:57 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-06-17 13:12:57 +0000 |
commit | 4b7bfb1c80013c17401f6bf03611b930017f7a5f (patch) | |
tree | 077faac69811aa84667720c731a0bfffebcb6274 /setup_native | |
parent | f64f8eb5fb7f7a27a45ac8ba377d453b15257af8 (diff) |
INTEGRATION: CWS nativefixer10 (1.5.32); FILE MERGED
2005/06/15 09:09:17 obr 1.5.32.2: #123452# changed LD_PRELOAD to *_32 on Solaris
2005/06/13 13:43:56 obr 1.5.32.1: #123452# teach user install scripts to install patches as well
Diffstat (limited to 'setup_native')
-rw-r--r-- | setup_native/scripts/source/getuid.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/setup_native/scripts/source/getuid.c b/setup_native/scripts/source/getuid.c index d7e4f96ea8b8..82040ef3121f 100644 --- a/setup_native/scripts/source/getuid.c +++ b/setup_native/scripts/source/getuid.c @@ -9,6 +9,9 @@ extern "C" { #ifdef SOLARIS +#include <sys/systeminfo.h> +#include <strings.h> + int chown (const char *path, uid_t owner, gid_t group) {return 0;} int lchown (const char *path, uid_t owner, gid_t group) {return 0;} int fchown (int fildes, uid_t owner, gid_t group) {return 0;} |