prevent conflicting definitions of struct sockaddr_in
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11174
dc483132-0cff-0310-8789-
dd5450dbe970
+Tue Feb 16 20:18:40 1999 Tom Yu <tlyu@mit.edu>
+
+ * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to
+ prevent conflicting definitions of struct sockaddr_in
+
Thu Feb 11 22:24:03 1999 Tom Yu <tlyu@mit.edu>
* sane_hostname.c: Force maxlen to be 16 if it's less than 16,
*
*/
#include <com_err.h>
-#include <arpa/inet.h>
-#include "libpty.h"
#include "pty-int.h"
+#include "libpty.h"
+#include <arpa/inet.h>
static long
do_ntoa(struct sockaddr_in *addr,