summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/ChangeLog5
-rw-r--r--src/include/k5-int.h4
2 files changed, 7 insertions, 2 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 599317d8f..0bc2b335a 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,8 @@
+Mon May 20 02:51:06 1996 Sam Hartman <hartmans@mit.edu>
+
+ * k5-int.h: Ultrix CC wants krb5_seteuid to take uid_t so that the
+ type can be promoted from a short.
+
Sat May 18 16:53:06 1996 Sam Hartman <hartmans@tertius.mit.edu>
* k5-int.h: Add krb5_seteuid
diff --git a/src/include/k5-int.h b/src/include/k5-int.h
index 55f1cae12..825a49b6e 100644
--- a/src/include/k5-int.h
+++ b/src/include/k5-int.h
@@ -1431,7 +1431,7 @@ krb5_error_code krb5_ser_unpack_bytes KRB5_PROTOTYPE((krb5_octet *,
*/
#define KRB5_VERIFY_MAGIC(structure,magic_number) \
if ((structure)->magic != (magic_number)) return (magic_number);
-
-int krb5_seteuid KRB5_PROTOTYPE((uid_t));
+
+int krb5_seteuid KRB5_PROTOTYPE((int));
#endif /* _KRB5_INT_H */