* sane_hostname.c: Re-order so that pty-int.h precedes libpty.h to
authorTom Yu <tlyu@mit.edu>
Wed, 17 Feb 1999 01:19:28 +0000 (01:19 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 17 Feb 1999 01:19:28 +0000 (01:19 +0000)
prevent conflicting definitions of struct sockaddr_in

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

src/util/pty/ChangeLog
src/util/pty/sane_hostname.c

index 454f0977126d4c1d2197c99758f1c82bae4290ec..fd3ce53bea81f060d1bc5237c76c15a111fca607 100644 (file)
@@ -1,3 +1,8 @@
+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,
index 6871b3de743abb3dcdc5f6cadc2caa74c063b0fb..7163b7ec2e31f2d5ba8184ac79ed1611b426e9b9 100644 (file)
@@ -17,9 +17,9 @@
  * 
  */
 #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,