2000-5-9 Alexandra Ellwood <lxs@mit.edu>
authorAlexandra Ellwood <lxs@mit.edu>
Tue, 9 May 2000 18:19:18 +0000 (18:19 +0000)
committerAlexandra Ellwood <lxs@mit.edu>
Tue, 9 May 2000 18:19:18 +0000 (18:19 +0000)
* macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
in the Sockets Library, which does exactly what we want if the search domain is not
specified.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12242 dc483132-0cff-0310-8789-dd5450dbe970

src/include/krb5/ChangeLog
src/include/krb5/macsock.h

index 6fc5cc384bbf5ab7f83f02409fbd95fed46f84c8..43fc740ed1005fc343c8339f7cb1c0679b154d76 100644 (file)
@@ -1,3 +1,9 @@
+2000-5-9       Alexandra Ellwood <lxs@mit.edu>
+
+       * macsock.h: local_addr_fallback_kludge now defined to magic gethostaddr function
+       in the Sockets Library, which does exactly what we want if the search domain is not
+       specified.
+
 1998-11-22  Miro Jurisic  <meeroh@.mit.edu>
 
        * macsock.h: MacOS: only #define MACHOSTNAMELEN when not
index 06b103af3a8caa185d34853bbccb2af8a79d9644..8e5e8799f326466c905ce951ecb996e4349e3ac1 100644 (file)
@@ -93,7 +93,7 @@ typedef int SOCKET;
 #define        SOCKET_ERRNO            (GetMITLibError())
 #define        SOCKET_SET_ERRNO(x)     (SetMITLibError(x))
 
-#define local_addr_fallback_kludge() (0)
+#define local_addr_fallback_kludge() gethostaddr()
 
 
 #endif /* macsock_h */