aboutsummaryrefslogtreecommitdiff
path: root/src/kdc
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-07-05 20:49:46 +0000
committerKen Raeburn <raeburn@mit.edu>2002-07-05 20:49:46 +0000
commite45d2536ca1110928e7f3fbf7b3b4d6d24080a0b (patch)
tree64f75ee5b956efef7bb55903259cc1fe8257a501 /src/kdc
parentfc50ce3d9d7221d156aa0e4e8fc2ffad2e52599f (diff)
downloadkrb5-e45d2536ca1110928e7f3fbf7b3b4d6d24080a0b.zip
krb5-e45d2536ca1110928e7f3fbf7b3b4d6d24080a0b.tar.gz
krb5-e45d2536ca1110928e7f3fbf7b3b4d6d24080a0b.tar.bz2
* dispatch.c, do_as_req.c, do_tgs_req.c: Define NEED_SOCKETS before including k5-int.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14603 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/kdc')
-rw-r--r--src/kdc/ChangeLog2
-rw-r--r--src/kdc/dispatch.c1
-rw-r--r--src/kdc/do_as_req.c1
-rw-r--r--src/kdc/do_tgs_req.c1
4 files changed, 5 insertions, 0 deletions
diff --git a/src/kdc/ChangeLog b/src/kdc/ChangeLog
index 9e420e0..5145738 100644
--- a/src/kdc/ChangeLog
+++ b/src/kdc/ChangeLog
@@ -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>
diff --git a/src/kdc/dispatch.c b/src/kdc/dispatch.c
index 8962290..11d267e 100644
--- a/src/kdc/dispatch.c
+++ b/src/kdc/dispatch.c
@@ -26,6 +26,7 @@
* Dispatch an incoming packet.
*/
+#define NEED_SOCKETS
#include "k5-int.h"
#include <syslog.h>
#include "kdc_util.h"
diff --git a/src/kdc/do_as_req.c b/src/kdc/do_as_req.c
index d5eed2c..07bcf17 100644
--- a/src/kdc/do_as_req.c
+++ b/src/kdc/do_as_req.c
@@ -27,6 +27,7 @@
* KDC Routines to deal with AS_REQ's
*/
+#define NEED_SOCKETS
#include "k5-int.h"
#include "com_err.h"
diff --git a/src/kdc/do_tgs_req.c b/src/kdc/do_tgs_req.c
index 5b1d20b..2cf8d82 100644
--- a/src/kdc/do_tgs_req.c
+++ b/src/kdc/do_tgs_req.c
@@ -27,6 +27,7 @@
* KDC Routines to deal with TGS_REQ's
*/
+#define NEED_SOCKETS
#include "k5-int.h"
#include "com_err.h"