From: Theodore Tso Date: Fri, 29 Sep 1995 05:29:13 +0000 (+0000) Subject: #include autoconf.h instead of osconf.h, because that's the file we X-Git-Tag: krb5-1.0-beta6~979 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=276324f9369d4dcb71c36861f9e076ac0ab16538;p=krb5.git #include autoconf.h instead of osconf.h, because that's the file we really care about. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6888 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/des425/ChangeLog b/src/lib/des425/ChangeLog index 026b50e6c..09086f98f 100644 --- a/src/lib/des425/ChangeLog +++ b/src/lib/des425/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 29 01:28:11 1995 Theodore Y. Ts'o + + * pcbc_encrypt.c: #include autoconf.h instead of osconf.h, because + that's the file we really care about. + Mon Sep 25 16:51:10 1995 Theodore Y. Ts'o * Makefile.in: Removed "foo:: foo-$(WHAT)" lines from the diff --git a/src/lib/des425/pcbc_encrypt.c b/src/lib/des425/pcbc_encrypt.c index 1ea3bfe0e..7c7517b23 100644 --- a/src/lib/des425/pcbc_encrypt.c +++ b/src/lib/des425/pcbc_encrypt.c @@ -18,7 +18,7 @@ /* * copy of include/des.h to avoid collision with local one */ -#include "osconf.h" +#include "autoconf.h" #ifndef KRB_INT32 #if (SIZEOF_LONG == 4)