diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-05-23 19:34:44 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-05-23 19:34:44 +0000 |
| commit | d97135d5eff1c52eee49395b34a3dafe056c3db6 (patch) | |
| tree | ad2352caeb35334682400ef2b3dd0223ffa8ffb8 /src/include/krb5/ChangeLog | |
| parent | 7b9913b6a1ba63671c566ace558b40c11c2e99e9 (diff) | |
k5-config.h, k5-sockets.h: Move the sockets specific setup out
of k5-config.h to k5-sockets.h, and modify k5-int to
include k5-sockets.h (if it is requested by
NEED_SOCKETS) after including krb5.h. This keeps the
gdb type numbers the same across .o files, so that
recent binuntils can compress the debugging information
in executables linked with a debugging library.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5849 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/ChangeLog')
| -rw-r--r-- | src/include/krb5/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index b0f9d15b7..ea3a2260b 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,12 @@ +Tue May 23 15:33:00 1995 Theodore Y. Ts'o (tytso@dcl) + + * k5-config.h, k5-sockets.h: Move the sockets specific setup out + of k5-config.h to k5-sockets.h, and modify k5-int to + include k5-sockets.h (if it is requested by + NEED_SOCKETS) after including krb5.h. This keeps the + gdb type numbers the same across .o files, so that + recent binuntils can compress the debugging information + in executables linked with a debugging library. Mon May 22 09:41:39 EDT 1995 Paul Park (pjpark@mit.edu) * Makefile.in - (install) Always perform install actions using |
