* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including k5...
authorKen Raeburn <raeburn@mit.edu>
Fri, 5 Jul 2002 20:49:46 +0000 (20:49 +0000)
committerKen Raeburn <raeburn@mit.edu>
Fri, 5 Jul 2002 20:49:46 +0000 (20:49 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14603 dc483132-0cff-0310-8789-dd5450dbe970

src/kdc/ChangeLog
src/kdc/dispatch.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c

index 9e420e070345f7645f8298a33afba43a954f3093..51457389a09e609ff16d3f7841156bc3e8d57724 100644 (file)
@@ -13,6 +13,8 @@
        copy.
        (process_packet): SADDR is now sockaddr_storage.  Use socket-utils
        macros instead of casting.  Enable the IPv6 code.
+       * dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS
+       before including k5-int.h.
 
 2002-07-02  Ken Raeburn  <raeburn@mit.edu>
 
index 8962290100093be04edccaefcc2f53417d8585a0..11d267e2bd2dad000664a3b17998e3ce7c58ea90 100644 (file)
@@ -26,6 +26,7 @@
  * Dispatch an incoming packet.
  */
 
+#define NEED_SOCKETS
 #include "k5-int.h"
 #include <syslog.h>
 #include "kdc_util.h"
index d5eed2c73705548002d8407d426ec961baa774c5..07bcf174567a8bd1ac44623e29346070fdf7fe82 100644 (file)
@@ -27,6 +27,7 @@
  * KDC Routines to deal with AS_REQ's
  */
 
+#define NEED_SOCKETS
 #include "k5-int.h"
 #include "com_err.h"
 
index 5b1d20b4d169fb8131ae16dbc0752213ce343752..2cf8d82ea3c12599b49abe10f8b1e38be1759e91 100644 (file)
@@ -27,6 +27,7 @@
  * KDC Routines to deal with TGS_REQ's
  */
 
+#define NEED_SOCKETS
 #include "k5-int.h"
 #include "com_err.h"