diff options
| author | Tom Yu <tlyu@mit.edu> | 1996-07-30 23:56:58 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1996-07-30 23:56:58 +0000 |
| commit | 8df01e2172825b23328f2868b5a72e4e1d08b84d (patch) | |
| tree | ed166521c88783fe3ff42027eb4c3492f706e0d9 /src/lib | |
| parent | ec62ac0fd1c325f57e2f86f0a56ca2d71cd92918 (diff) | |
| download | krb5-8df01e2172825b23328f2868b5a72e4e1d08b84d.tar.gz krb5-8df01e2172825b23328f2868b5a72e4e1d08b84d.tar.xz krb5-8df01e2172825b23328f2868b5a72e4e1d08b84d.zip | |
* client_init.c: Remove #include <netdb.h> because rpc/types.h
(included from kadm5/admin.h) gets it.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8868 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/kadm5/clnt/ChangeLog | 5 | ||||
| -rw-r--r-- | src/lib/kadm5/clnt/client_init.c | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/lib/kadm5/clnt/ChangeLog b/src/lib/kadm5/clnt/ChangeLog index aafd939a6..f09373b09 100644 --- a/src/lib/kadm5/clnt/ChangeLog +++ b/src/lib/kadm5/clnt/ChangeLog @@ -1,3 +1,8 @@ +Tue Jul 30 19:47:53 1996 Tom Yu <tlyu@mit.edu> + + * client_init.c: Remove #include <netdb.h> because rpc/types.h + (included from kadm5/admin.h) gets it. + Wed Jul 24 20:59:35 1996 Sam Hartman <hartmans@tertius.mit.edu> * configure.in: Don't replace setenv diff --git a/src/lib/kadm5/clnt/client_init.c b/src/lib/kadm5/clnt/client_init.c index edb71e300..eea8e460c 100644 --- a/src/lib/kadm5/clnt/client_init.c +++ b/src/lib/kadm5/clnt/client_init.c @@ -9,7 +9,6 @@ static char *rcsid = "$Header$"; #endif #include <stdio.h> -#include <netdb.h> #include <memory.h> #include <string.h> #include <com_err.h> |
