* 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
+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
#define __ASN1_ENCODE_KRB5_H__
#include <krb5/krb5.h>
-#include <stdlib.h>
+#include <stdio.h>
#include "asn1buf.h"
/*
to being crossed by next.)) */
#include "asn1buf.h"
-#include <stdlib.h>
+#include <stdio.h>
asn1_error_code asn1buf_create(DECLARG(asn1buf **, buf))
OLDDECLARG(asn1buf **, buf)
#define __KRBASN1_H__
#include <krb5/krb5.h>
-#include <stdlib.h>
+#include <stdio.h>
#include <errno.h>
#include <limits.h>