From: Tom Yu Date: Wed, 17 Feb 1999 01:19:28 +0000 (+0000) Subject: * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to X-Git-Tag: krb5-1.1-beta1~360 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e1e62f75fba1d248fb8b3aef27f637928db3d772;p=krb5.git * sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to prevent conflicting definitions of struct sockaddr_in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11174 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog index 454f09771..fd3ce53be 100644 --- a/src/util/pty/ChangeLog +++ b/src/util/pty/ChangeLog @@ -1,3 +1,8 @@ +Tue Feb 16 20:18:40 1999 Tom Yu + + * 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 * sane_hostname.c: Force maxlen to be 16 if it's less than 16, diff --git a/src/util/pty/sane_hostname.c b/src/util/pty/sane_hostname.c index 6871b3de7..7163b7ec2 100644 --- a/src/util/pty/sane_hostname.c +++ b/src/util/pty/sane_hostname.c @@ -17,9 +17,9 @@ * */ #include -#include -#include "libpty.h" #include "pty-int.h" +#include "libpty.h" +#include static long do_ntoa(struct sockaddr_in *addr,