* kcmd.c:
authorTom Yu <tlyu@mit.edu>
Sat, 23 Jul 1994 12:55:37 +0000 (12:55 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 23 Jul 1994 12:55:37 +0000 (12:55 +0000)
* krshd.c: include ext-proto.h to avoid type warnings

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4009 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/bsd/ChangeLog
src/appl/bsd/kcmd.c
src/appl/bsd/krshd.c

index d22c0fcd6c601ff77ccc17aadee6397aebd31a80..f2de44018979befde31795e20b49c5306360d43b 100644 (file)
@@ -1,3 +1,8 @@
+Sat Jul 23 08:48:50 1994  Tom Yu  (tlyu@dragons-lair)
+
+       * kcmd.c:
+       * krshd.c: include ext-proto.h to avoid type warnings
+
 Sat Jul 16 02:24:31 1994  Theodore Y. Ts'o  (tytso at tsx-11)
 
        * kcmd.c:
index 2163a65c145f5c793453f33c2bce70a28cb791e5..bd72f4fdb10f3d23f458e11179f8da939d1f6edb 100644 (file)
@@ -58,6 +58,7 @@ static char sccsid[] = "derived from @(#)rcmd.c       5.17 (Berkeley) 6/27/88";
 #include <errno.h>
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
+#include <krb5/ext-proto.h>
 
 #include "defines.h"
      
index e5e4eabf45ad336ff7a2d194285058cf93d526dc..a000a7a0c2f26ff8a5868066bf9ed32d2bd6ec3f 100644 (file)
@@ -155,6 +155,7 @@ static char sccsid[] = "@(#)rshd.c  5.12 (Berkeley) 9/12/88";
 #include <krb5/asn1.h>
 #include <krb5/crc-32.h>
 #include <krb5/mit-des.h>
+#include <krb5/ext-proto.h>
 
 #include <com_err.h>