diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-04-28 09:45:37 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-04-28 09:45:37 +0000 |
| commit | b6da92b7a29028dfe5024f6cc312ebeab84fe2b1 (patch) | |
| tree | b46316c7b470f233cc6866b46be6693ee43d729b /src/include/ChangeLog | |
| parent | e762bf8831528586bb560541de62618e7d9937e9 (diff) | |
| download | krb5-b6da92b7a29028dfe5024f6cc312ebeab84fe2b1.tar.gz krb5-b6da92b7a29028dfe5024f6cc312ebeab84fe2b1.tar.xz krb5-b6da92b7a29028dfe5024f6cc312ebeab84fe2b1.zip | |
* k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined.
(krb5int_zap_data): For PalmOS without gcc, call memset but without the
volatile cast.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17203 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index a4430b90c0..64e8de6f7f 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,9 @@ 2005-04-28 Ken Raeburn <raeburn@mit.edu> + * k5-int.h: Include fcntl.h only if HAVE_FCNTL_H is defined. + (krb5int_zap_data): For PalmOS without gcc, call memset but + without the volatile cast. + * port-sockets.h: On PalmOS, include autoconf.h and netdb.h, and define socklen_t. * socket-utils.h: Include k5-platform.h. |
