From: Alexandra Ellwood Date: Fri, 19 May 2000 21:54:16 +0000 (+0000) Subject: 2000-5-18 Alexandra Ellwood X-Git-Tag: krb5-1.3-alpha1~2112 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dc0fdcff6294e9261d1def6c2ef083cb3a911796;p=krb5.git 2000-5-18 Alexandra Ellwood * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12288 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 43fc740ed..609a171c1 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +2000-5-18 Alexandra Ellwood + + * macsock.h: local_addr_fallback_kludge defined to 0 again... fixed gethostname + 2000-5-9 Alexandra Ellwood * macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function diff --git a/src/include/krb5/macsock.h b/src/include/krb5/macsock.h index 8e5e8799f..6dc8c32e5 100644 --- a/src/include/krb5/macsock.h +++ b/src/include/krb5/macsock.h @@ -93,7 +93,7 @@ typedef int SOCKET; #define SOCKET_ERRNO (GetMITLibError()) #define SOCKET_SET_ERRNO(x) (SetMITLibError(x)) -#define local_addr_fallback_kludge() gethostaddr() +#define local_addr_fallback_kludge() 0 #endif /* macsock_h */