diff options
author | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-13 18:01:24 +0000 |
---|---|---|
committer | luther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-13 18:01:24 +0000 |
commit | 10183f91143dfa6b5362ecc80255cbde903cc8a9 (patch) | |
tree | 5e08c6ea3cdad3045244c7eb55c1635b7ab070b9 /PACE/pace | |
parent | e8d800ff1155df29b3e8b2fb268f0d5b9798d070 (diff) | |
download | ATCD-10183f91143dfa6b5362ecc80255cbde903cc8a9.tar.gz |
Wed Sep 13 12:59:52 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE/pace')
-rw-r--r-- | PACE/pace/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PACE/pace/unistd.h b/PACE/pace/unistd.h index b611950c806..aea2e6f36cb 100644 --- a/PACE/pace/unistd.h +++ b/PACE/pace/unistd.h @@ -72,7 +72,7 @@ extern "C" { IEEE Std 1003.1, 1996 Edition), Section 5.6.5. */ #if (PACE_HAS_POSIX_FA_UOF) - PACE_INLINE int pace_chown (const char * path, uid_t owner, + PACE_INLINE int pace_chown (const char * path, pace_uid_t owner, pace_gid_t group); #endif /* PACE_HAS_POSIX_FA_UOF */ |