diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2006-03-08 02:56:48 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2006-03-08 02:56:48 +0000 |
| commit | 70585b725f15e984d0c08ce4c1540f09a8c711c6 (patch) | |
| tree | 7331b10b6853979fad3e59f1e665bdbbfaf315df /src/lib | |
| parent | 8f09bfe9fa0e51c2bd1e2f533eb25655e88ca43b (diff) | |
| download | krb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.tar.gz krb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.tar.xz krb5-70585b725f15e984d0c08ce4c1540f09a8c711c6.zip | |
krb5.h, which is built after util/et, which is built after the support
code.
Fix: Put service location decls in k5-locate.h, pull plugin support
decls out of k5-int.h into k5-plugin.h, and make it stand on its own,
which includes changing the return type from krb5_error_code to
int32_t.
Oops: The plugin support code included k5-int.h, which includes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17707 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ChangeLog | 4 | ||||
| -rw-r--r-- | src/lib/krb5/os/locate_kdc.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/krb5/os/ChangeLog b/src/lib/krb5/os/ChangeLog index 889a8f314b..0b02869b30 100644 --- a/src/lib/krb5/os/ChangeLog +++ b/src/lib/krb5/os/ChangeLog @@ -1,3 +1,7 @@ +2006-03-07 Ken Raeburn <raeburn@mit.edu> + + * locate_kdc.c: Include k5-locate.h instead of k5-plugin.h. + 2006-03-06 Ken Raeburn <raeburn@mit.edu> * Makefile.in (DEFINES): New variable. diff --git a/src/lib/krb5/os/locate_kdc.c b/src/lib/krb5/os/locate_kdc.c index e751ca24d0..bed9c932f6 100644 --- a/src/lib/krb5/os/locate_kdc.c +++ b/src/lib/krb5/os/locate_kdc.c @@ -543,7 +543,7 @@ krb5_locate_srv_dns_1 (const krb5_data *realm, } #endif -#include "k5-plugin.h" +#include "k5-locate.h" static const char objdir[] = LIBDIR "/krb5/plugins/libkrb5"; |
