summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-09-28 08:22:34 +0000
committerKeith Vetter <keithv@fusion.com>1995-09-28 08:22:34 +0000
commitf11458f54ce37f436b1deedf68d683466afa33cc (patch)
treeca773f55e656e920a32f8934b400da1ed5cbe8a7 /src/include/krb5
parent9f3d80f60e0ede10438f160a1e0973b11b49a849 (diff)
Working telnet authentication module and project consolidations
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6878 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5')
-rw-r--r--src/include/krb5/ChangeLog5
-rw-r--r--src/include/krb5/adm_proto.h2
-rw-r--r--src/include/krb5/macsock.h2
3 files changed, 7 insertions, 2 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index c7753c321..2278193d5 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,8 @@
+Wed Sep 27 16:00:00 1995 John Rivlin <jrivlin@fusion.com>
+
+ * adm_proto.h: Removed use of prototypes using krb5_db_entry
+ on the Macintosh.
+
Tue Sep 26 15:36:20 1995 <tytso@rsts-11.mit.edu>
* kdb.h, kdb_dbm.h: Add #if !defined(_MSDOS) &&
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index 64b10c46c..1cc2c0246 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -62,7 +62,7 @@ void INTERFACE krb5_adm_disconnect
krb5_auth_context,
krb5_ccache));
-#if ! defined(_WINDOWS)
+#if ! defined(_WINDOWS) && ! defined(_MACINTOSH)
/* adm_kw_dec.c */
krb5_error_code krb5_adm_proto_to_dbent
KRB5_PROTOTYPE((krb5_context,
diff --git a/src/include/krb5/macsock.h b/src/include/krb5/macsock.h
index 1b8e30754..d320f2aa6 100644
--- a/src/include/krb5/macsock.h
+++ b/src/include/krb5/macsock.h
@@ -122,7 +122,7 @@ struct servent {
char *s_proto; /* protocol to use */
};
-#ifndef _MWERKS
+#ifndef __MWERKS__
/* Timeout values */
struct timeval {
long tv_sec; /* Seconds */