projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59a74d3
)
default for AF_MAX (missing on old-linux)
author
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 22:44:17 +0000
(22:44 +0000)
committer
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 22:44:17 +0000
(22:44 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3857
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/krb5/os/sendto_kdc.c
patch
|
blob
|
history
diff --git
a/src/lib/krb5/os/sendto_kdc.c
b/src/lib/krb5/os/sendto_kdc.c
index 64b964292ae47dc5662782bbf877b98548cb78af..3e28f24d1b14bf9209fd5800f0ac7a029afee533 100644
(file)
--- a/
src/lib/krb5/os/sendto_kdc.c
+++ b/
src/lib/krb5/os/sendto_kdc.c
@@
-45,6
+45,11
@@
static char rcsid_sendto_kdc_c[] =
#include <sys/select.h>
#endif
+#ifndef AF_MAX
+/* good enough -- only missing on old linux so far anyhow. */
+#define AF_MAX 10
+#endif
+
/*
* send the formatted request 'message' to a KDC for realm 'realm' and
* return the response (if any) in 'reply'.