diff options
| author | Tom Yu <tlyu@mit.edu> | 2004-08-26 23:13:46 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 2004-08-26 23:13:46 +0000 |
| commit | eab2f4221f9986f8dd18fc3df2a78308ec9aac04 (patch) | |
| tree | e8d1f9f1224648f77306620ea056fc1548430a95 /src/lib/rpc/ChangeLog | |
| parent | 78e270930b7b4ece359a11b1897f624658d6703e (diff) | |
* configure.in: Look for uint32_t, not int32_t, since some BSD-ish
sys/types.h headers have int32_t and u_int32_t, but only have
uint32_t in stdint.h.
* types.hin: Change int32_t checks to uint32_t checks.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16686 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/ChangeLog')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index 1e90d7fdaa..2df8c5830a 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,11 @@ +2004-08-26 Tom Yu <tlyu@mit.edu> + + * configure.in: Look for uint32_t, not int32_t, since some BSD-ish + sys/types.h headers have int32_t and u_int32_t, but only have + uint32_t in stdint.h. + + * types.hin: Change int32_t checks to uint32_t checks. + 2004-08-17 Tom Yu <tlyu@mit.edu> * svc.c (svc_getreqset): Allocate cred and verf memory to |
