* kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.h
authorTom Yu <tlyu@mit.edu>
Fri, 12 Dec 1997 04:30:20 +0000 (04:30 +0000)
committerTom Yu <tlyu@mit.edu>
Fri, 12 Dec 1997 04:30:20 +0000 (04:30 +0000)
already gets those and Ultrix doesn't protect them against
multiple inclusion.

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

src/kdc/ChangeLog
src/kdc/kerberos_v4.c

index ab5a7b0f7b301f52292551109fa92219322f51c6..3025866c0e07b0b9303c865705dc33faabed3df1 100644 (file)
@@ -1,3 +1,9 @@
+Thu Dec 11 23:29:41 1997  Tom Yu  <tlyu@mit.edu>
+
+       * kerberos_v4.c: Don't include sys/socket.h or netdb.h, as krb.h
+       already gets those and Ultrix doesn't protect them against
+       multiple inclusion.
+
 Mon Nov 24 19:57:48 1997  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * do_tgs_req.c (process_tgs_req): Add check to make sure cname and
index 8274a7a99ec5b511e8ed09010638faed01c29796..110eb5724cbcd50f9cba12d81e2f37c5c3f841b6 100644 (file)
 
 #include <stdio.h>
 #include <sys/types.h>
-#include <sys/socket.h>
 #include <netinet/in.h>
 #include <arpa/inet.h>
-#include <netdb.h>
 #include <signal.h>
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>