summaryrefslogtreecommitdiff
path: root/PACE
diff options
context:
space:
mode:
authorluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-13 18:07:01 +0000
committerluther <luther@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-13 18:07:01 +0000
commitb3bb335467a641600aea817a06317719a2ec78e6 (patch)
treeabbcca6a9ed5e369133d06f9f3ea179cc3bf7eca /PACE
parent10183f91143dfa6b5362ecc80255cbde903cc8a9 (diff)
downloadATCD-b3bb335467a641600aea817a06317719a2ec78e6.tar.gz
Wed Sep 13 13:06:27 2000 Luther J Baker <luther@cs.wustl.edu>
Diffstat (limited to 'PACE')
-rw-r--r--PACE/ChangeLog6
-rw-r--r--PACE/pace/unistd.h10
2 files changed, 11 insertions, 5 deletions
diff --git a/PACE/ChangeLog b/PACE/ChangeLog
index b382bcaada1..7d1ce18299d 100644
--- a/PACE/ChangeLog
+++ b/PACE/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 13 13:06:27 2000 Luther J Baker <luther@cs.wustl.edu>
+
+ * pace/unistd.h:
+
+ Mor of uid_t to pace_uid_t.
+
Wed Sep 13 12:59:52 2000 Luther J Baker <luther@cs.wustl.edu>
* pace/unistd.h:
diff --git a/PACE/pace/unistd.h b/PACE/pace/unistd.h
index aea2e6f36cb..02db043f8bc 100644
--- a/PACE/pace/unistd.h
+++ b/PACE/pace/unistd.h
@@ -221,7 +221,7 @@ extern "C" {
IEEE Std 1003.1, 1996 Edition), Section 4.2.1.
*/
#if (PACE_HAS_POSIX_UG_UOF)
- PACE_INLINE uid_t pace_getegid ();
+ PACE_INLINE pace_uid_t pace_getegid ();
#endif /* PACE_HAS_POSIX_UG_UOF */
/**
@@ -230,7 +230,7 @@ extern "C" {
IEEE Std 1003.1, 1996 Edition), Section 4.2.1.
*/
#if (PACE_HAS_POSIX_UG_UOF)
- PACE_INLINE uid_t pace_geteuid ();
+ PACE_INLINE pace_uid_t pace_geteuid ();
#endif /* PACE_HAS_POSIX_UG_UOF */
/**
@@ -239,7 +239,7 @@ extern "C" {
IEEE Std 1003.1, 1996 Edition), Section 4.2.1.
*/
#if (PACE_HAS_POSIX_UG_UOF)
- PACE_INLINE uid_t pace_getgid ();
+ PACE_INLINE pace_uid_t pace_getgid ();
#endif /* PACE_HAS_POSIX_UG_UOF */
/**
@@ -303,7 +303,7 @@ extern "C" {
IEEE Std 1003.1, 1996 Edition), Section 4.2.1.
*/
#if (PACE_HAS_POSIX_UG_UOF)
- PACE_INLINE uid_t pace_getuid ();
+ PACE_INLINE pace_uid_t pace_getuid ();
#endif /* PACE_HAS_POSIX_UG_UOF */
/**
@@ -412,7 +412,7 @@ extern "C" {
IEEE Std 1003.1, 1996 Edition), Section 4.2.2.
*/
#if (PACE_HAS_POSIX_UG_UOF)
- PACE_INLINE int pace_setuid (uid_t uid);
+ PACE_INLINE int pace_setuid (pace_uid_t uid);
#endif /* PACE_HAS_POSIX_UG_UOF */
/**