From b48567eff6f80b82299bcc4a1b1eec4724c134a4 Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Fri, 5 Sep 1997 18:10:23 +0000 Subject: [PATCH] bits.h -> krb5-types.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3396 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.am | 10 +++++----- lib/des/md4.h | 2 +- lib/des/md5.h | 2 +- lib/des/rnd_keys.c | 2 +- lib/des/sha.h | 2 +- lib/gssapi/gssapi.h | 2 +- lib/gssapi/krb5/gssapi.h | 2 +- lib/kafs/kafs.h | 2 +- lib/krb5/krb5.h | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index d5cf526a1..5e0778243 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -8,9 +8,9 @@ INCLUDES=-DHOST=\"@CANONICAL_HOST@\" foodir = $(includedir) foo_DATA = \ - bits.h des.h error.h getarg.h gssapi.h \ - hdb.h kafs.h krb5-protos.h krb5.h md4.h md5.h otp.h \ - parse_time.h parse_units.h roken.h sha.h sl.h \ + des.h error.h getarg.h gssapi.h hdb.h kafs.h \ + krb5-protos.h krb5-types.h krb5.h md4.h md5.h otp.h \ + parse_time.h parse_units.h roken.h sha.h sl.h \ @EXTRA_HDRS@ @@ -19,8 +19,8 @@ EXTRA_DATA = err.h CLEANFILES = $(foo_DATA) asn1.h asn1_err.h hdb_asn1.h hdb_err.h heim_err.h \ krb5_err.h -bits.h: bits - ./bits bits.h +krb5-types.h: bits + ./bits krb5-types.h cache.h: $(LN_S) $(top_srcdir)/lib/krb5/cache.h . diff --git a/lib/des/md4.h b/lib/des/md4.h index 4b807b210..db6c63595 100644 --- a/lib/des/md4.h +++ b/lib/des/md4.h @@ -45,7 +45,7 @@ #ifdef HAVE_SYS_BITYPES_H #include #endif -#include +#include struct md4 { unsigned offset; diff --git a/lib/des/md5.h b/lib/des/md5.h index 2a11f5dd1..7429700b6 100644 --- a/lib/des/md5.h +++ b/lib/des/md5.h @@ -45,7 +45,7 @@ #ifdef HAVE_SYS_BITYPES_H #include #endif -#include +#include struct md5 { unsigned offset; diff --git a/lib/des/rnd_keys.c b/lib/des/rnd_keys.c index f74dc0f36..4ad0a49cc 100644 --- a/lib/des/rnd_keys.c +++ b/lib/des/rnd_keys.c @@ -44,7 +44,7 @@ RCSID("$Id$"); #include #include -#include +#include #include diff --git a/lib/des/sha.h b/lib/des/sha.h index 3620669ee..1ebf71c1c 100644 --- a/lib/des/sha.h +++ b/lib/des/sha.h @@ -45,7 +45,7 @@ #ifdef HAVE_SYS_BITYPES_H #include #endif -#include +#include struct sha { unsigned offset; diff --git a/lib/gssapi/gssapi.h b/lib/gssapi/gssapi.h index 6d6cb496f..1f4b49807 100644 --- a/lib/gssapi/gssapi.h +++ b/lib/gssapi/gssapi.h @@ -52,7 +52,7 @@ #include -#include +#include /* * Now define the three implementation-dependent types. diff --git a/lib/gssapi/krb5/gssapi.h b/lib/gssapi/krb5/gssapi.h index 6d6cb496f..1f4b49807 100644 --- a/lib/gssapi/krb5/gssapi.h +++ b/lib/gssapi/krb5/gssapi.h @@ -52,7 +52,7 @@ #include -#include +#include /* * Now define the three implementation-dependent types. diff --git a/lib/kafs/kafs.h b/lib/kafs/kafs.h index 6991a64f9..a7152a900 100644 --- a/lib/kafs/kafs.h +++ b/lib/kafs/kafs.h @@ -41,7 +41,7 @@ #ifndef __KAFS_H #define __KAFS_H -#include +#include /* sys/ioctl.h must be included manually before kafs.h */ diff --git a/lib/krb5/krb5.h b/lib/krb5/krb5.h index 283ddea89..d3f2b5531 100644 --- a/lib/krb5/krb5.h +++ b/lib/krb5/krb5.h @@ -42,7 +42,7 @@ #define __KRB5_H__ #include -#include +#include #include #include