summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2005-04-13 16:55:43 +0000
committerKen Raeburn <raeburn@mit.edu>2005-04-13 16:55:43 +0000
commit63b30021f66ac282c3814e2da6bf685a36159299 (patch)
tree8ce1008eb59a4d792068ea321ceb38b27757c4db /src/appl/bsd
parent398e7a7b0b38da8841c833481adcea0d0ea452f4 (diff)
downloadkrb5-63b30021f66ac282c3814e2da6bf685a36159299.tar.gz
krb5-63b30021f66ac282c3814e2da6bf685a36159299.tar.xz
krb5-63b30021f66ac282c3814e2da6bf685a36159299.zip
Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17177 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd')
-rw-r--r--src/appl/bsd/ChangeLog4
-rw-r--r--src/appl/bsd/compat_recv.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index c5e5bc879f..4d3297153f 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,7 @@
+2005-04-13 Ken Raeburn <raeburn@mit.edu>
+
+ * compat_recv.c (NEED_SOCKETS): Don't define.
+
2005-04-05 Ken Raeburn <raeburn@mit.edu>
* krlogind.c (doit): Change 0 to (char*)NULL in execl* calls.
diff --git a/src/appl/bsd/compat_recv.c b/src/appl/bsd/compat_recv.c
index 008114626a..c76c4142c6 100644
--- a/src/appl/bsd/compat_recv.c
+++ b/src/appl/bsd/compat_recv.c
@@ -36,7 +36,6 @@
* to a V4 sendauth.
*/
-#define NEED_SOCKETS
#include "k5-int.h"
#if !defined(_MACINTOSH)
#ifdef KRB5_KRB4_COMPAT