aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/krb/sendauth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/krb5/krb/sendauth.c')
-rw-r--r--src/lib/krb5/krb/sendauth.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/krb5/krb/sendauth.c b/src/lib/krb5/krb/sendauth.c
index f5a1394..2f67f30 100644
--- a/src/lib/krb5/krb/sendauth.c
+++ b/src/lib/krb5/krb/sendauth.c
@@ -36,7 +36,9 @@
#include <stdio.h>
#include <string.h>
-#include <netinet/in.h>
+#ifdef _MSDOS
+#define ECONNABORTED 53
+#endif
#define WORKING_RCACHE
@@ -44,7 +46,7 @@ extern krb5_flags krb5_kdc_default_options;
static char *sendauth_version = "KRB5_SENDAUTH_V1.0";
-krb5_error_code
+krb5_error_code INTERFACE
krb5_sendauth(context,
/* IN */
fd, appl_version, client, server, ap_req_options, checksump,