summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog7
-rw-r--r--src/include/Makefile.in4
2 files changed, 10 insertions, 1 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index 15dff6e76..498eaa080 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,10 @@
+Fri Sep 29 13:35:08 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
+
+ * Makefile.in (clean-unix): Remove krb5-pro.h
+ (krb5-pro.h): Add HAVE_SYS_TYPES_H file so that
+ sys/types.h may be included definition of size_t for
+ krb5.h
+
Fri Sep 29 01:35:50 1995 Theodore Y. Ts'o <tytso@dcl>
* k5-int.h: #include "osconf.h" all the time, at the beginning of
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index 73bf34524..c6b0c4041 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -20,6 +20,7 @@ krb5-pro.h: krb5/autoconf.h
echo "/* Unfortunately some of these defines are compiler dependent */" >> krb5-pro.h
grep SIZEOF krb5/autoconf.h >> krb5-pro.h
grep HAVE_STDARG_H krb5/autoconf.h >> krb5-pro.h
+ grep HAVE_SYS_TYPES_H krb5/autoconf.h >> krb5-pro.h
echo "/* End of prologue section */" >> krb5-pro.h
krb5.h: krb5-pro.h $(srcdir)/krb5.hin krb5_err.h kdb5_err.h kv5m_err.h \
@@ -52,7 +53,8 @@ kv5m_err.h: $(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
$(SRCTOP)/lib/krb5/error_tables/kv5m_err.et
clean-unix::
- $(RM) krb5.h krb5_err.h kdb5_err.h kv5m_err.h asn1_err.h adm_err.h
+ $(RM) krb5.h krb5-pro.h krb5_err.h kdb5_err.h kv5m_err.h \
+ asn1_err.h adm_err.h
clean-mac::