Popper is still using gethostbyname()'s static data wrong;
this should be fixed eventually.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5340
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Mar 27 16:52:48 1995 <tytso@rsx-11.mit.edu>
+
+ * pop_init.c (pop_init): Put in a type cast to shut up the
+ compiler. Popper is still using gethostbyname()'s static
+ data wrong; this should be fixed eventually.
Mon Mar 27 07:56:26 1995 Chris Provenzano (proven@mit.edu)
else {
#ifndef BIND43
- p->client = ch->h_name;
+ p->client = (char *) ch->h_name;
#else
# include <arpa/nameser.h>
# include <resolv.h>