From: Tom Yu Date: Sun, 3 Jul 1994 08:45:53 +0000 (+0000) Subject: * asn1_encode_k.h: X-Git-Tag: krb5-1.0-beta4.2~161 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7af3c1b655a147086ab045e164b7aeabce315f3e;p=krb5.git * asn1_encode_k.h: * asn1buf.c: * krbasn1.h: punt stdlib.h in favor of stdio.h. It looks like Harry was assuming that NULL gets defined in stdlib instead of stdio git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3949 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/asn.1/ChangeLog b/src/lib/krb5/asn.1/ChangeLog index 90e6566cf..21ff4de45 100644 --- a/src/lib/krb5/asn.1/ChangeLog +++ b/src/lib/krb5/asn.1/ChangeLog @@ -1,3 +1,11 @@ +Sun Jul 3 04:43:42 1994 Tom Yu (tlyu at dragons-lair) + + * asn1_encode_k.h: + * asn1buf.c: + * krbasn1.h: punt stdlib.h in favor of stdio.h. It looks like + Harry was assuming that NULL gets defined in stdlib instead of + stdio + Fri Jul 1 13:03:39 1994 Mark Eichin (eichin@cygnus.com) * asn1_encode_k.c (asn1_encode_msgtype): comment out krb5_msgtype diff --git a/src/lib/krb5/asn.1/asn1_encode_k.h b/src/lib/krb5/asn.1/asn1_encode_k.h index 7a0f62a43..e54e974bd 100644 --- a/src/lib/krb5/asn.1/asn1_encode_k.h +++ b/src/lib/krb5/asn.1/asn1_encode_k.h @@ -2,7 +2,7 @@ #define __ASN1_ENCODE_KRB5_H__ #include -#include +#include #include "asn1buf.h" /* diff --git a/src/lib/krb5/asn.1/asn1buf.c b/src/lib/krb5/asn.1/asn1buf.c index e3d610b61..0503373c2 100644 --- a/src/lib/krb5/asn.1/asn1buf.c +++ b/src/lib/krb5/asn.1/asn1buf.c @@ -49,7 +49,7 @@ to being crossed by next.)) */ #include "asn1buf.h" -#include +#include asn1_error_code asn1buf_create(DECLARG(asn1buf **, buf)) OLDDECLARG(asn1buf **, buf) diff --git a/src/lib/krb5/asn.1/krbasn1.h b/src/lib/krb5/asn.1/krbasn1.h index b1305036e..25489a975 100644 --- a/src/lib/krb5/asn.1/krbasn1.h +++ b/src/lib/krb5/asn.1/krbasn1.h @@ -2,7 +2,7 @@ #define __KRBASN1_H__ #include -#include +#include #include #include