summaryrefslogtreecommitdiffstats
path: root/src/include/krb5
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-28 01:18:29 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-28 01:18:29 +0000
commita82fd641101d8360c7ae3a65b5d66d4430b4f2cc (patch)
tree76a2e97d2b2cc2fe20c89e98f3a9f0e8052d2fc0 /src/include/krb5
parent7b98ef33147ea6a7b1365f4d6d716d9d7e17af9f (diff)
Fixes so that the Unix changes no longer breaks on the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5587 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/k5-config.h1
3 files changed, 7 insertions, 1 deletions
diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog
index 26edc36cb..1905f2afc 100644
--- a/src/include/krb5/ChangeLog
+++ b/src/include/krb5/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 27 17:39:04 1995 Keith Vetter (keithv@fusion.com)
+
+ * k5-config.h: Added MAXPATHLEN constant.
+ * adm_prot.h: updated prototype.
+
Thu Apr 27 11:24:24 1995 Keith Vetter (keithv@fusion.com)
* k5-config.h: Changed over to the new single config file on the PC.
diff --git a/src/include/krb5/adm_proto.h b/src/include/krb5/adm_proto.h
index c515fdf8e..11bc1eb6c 100644
--- a/src/include/krb5/adm_proto.h
+++ b/src/include/krb5/adm_proto.h
@@ -46,7 +46,7 @@ void INTERFACE krb5_adm_disconnect
/* adm_proto.c */
void INTERFACE krb5_free_adm_data
PROTOTYPE((krb5_context,
- int,
+ krb5_int32,
krb5_data *));
krb5_error_code INTERFACE krb5_send_adm_cmd
diff --git a/src/include/krb5/k5-config.h b/src/include/krb5/k5-config.h
index a8134ca0c..a4d24c3d6 100644
--- a/src/include/krb5/k5-config.h
+++ b/src/include/krb5/k5-config.h
@@ -49,6 +49,7 @@
#define SIZEOF_SHORT 2
#define SIZEOF_LONG 4
#define MAXHOSTNAMELEN 512
+#define MAXPATHLEN 128
#define KRB5_USE_INET
#define MSDOS_FILESYSTEM