diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-06-02 23:47:36 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-06-02 23:47:36 +0000 |
| commit | 4a7895d8c1f8b08ebd0e3bcfd975783fcc8bd057 (patch) | |
| tree | a886bee8f2ebf40cc9bee68b1a9f60bdda0c0bbc /src/include/ChangeLog | |
| parent | 2727091fd6ca14b4c05b054ece24d141ff448556 (diff) | |
| download | krb5-4a7895d8c1f8b08ebd0e3bcfd975783fcc8bd057.tar.gz krb5-4a7895d8c1f8b08ebd0e3bcfd975783fcc8bd057.tar.xz krb5-4a7895d8c1f8b08ebd0e3bcfd975783fcc8bd057.zip | |
* k5-thread.h: Error out at compile time if thread support is enabled but the
thread system isn't pthreads. (This is after the code disabling thread support
for non-pthreads systems, so it's a placeholder for now that should never get
invoked.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16393 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/ChangeLog')
| -rw-r--r-- | src/include/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog index 87707074e..9fe30891b 100644 --- a/src/include/ChangeLog +++ b/src/include/ChangeLog @@ -1,5 +1,10 @@ 2004-06-02 Ken Raeburn <raeburn@mit.edu> + * k5-thread.h: Error out at compile time if thread support is + enabled but the thread system isn't pthreads. (This is after the + code disabling thread support for non-pthreads systems, so it's a + placeholder for now that should never get invoked.) + * k5-int.h (struct krb5_rc_st, struct _krb5_rc_ops, krb5_rc_ops): Move type definitions to rc-int.h. (krb5_rc_register_type, krb5_rc_dfl_ops): Move declarations to |
