diff --git a/bin/named/omapi.c b/bin/named/omapi.c index d6bfa37b18..04e74d31a1 100644 --- a/bin/named/omapi.c +++ b/bin/named/omapi.c @@ -15,12 +15,14 @@ * SOFTWARE. */ -/* $Id: omapi.c,v 1.11 2000/04/04 20:06:53 gson Exp $ */ +/* $Id: omapi.c,v 1.12 2000/04/28 02:07:57 tale Exp $ */ /* * Principal Author: DCL */ +#include + #include #include diff --git a/bin/rndc/rndc.c b/bin/rndc/rndc.c index ff3d049775..04d8c61fa5 100644 --- a/bin/rndc/rndc.c +++ b/bin/rndc/rndc.c @@ -15,12 +15,14 @@ * SOFTWARE. */ -/* $Id: rndc.c,v 1.9 2000/04/24 22:55:29 tale Exp $ */ +/* $Id: rndc.c,v 1.10 2000/04/28 02:07:58 tale Exp $ */ /* * Principal Author: DCL */ +#include + #include #include #include diff --git a/bin/tests/names/t_names.c b/bin/tests/names/t_names.c index eea9210416..8fe2fb259a 100644 --- a/bin/tests/names/t_names.c +++ b/bin/tests/names/t_names.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include #include diff --git a/lib/dns/log.c b/lib/dns/log.c index aa344c9bab..403a197534 100644 --- a/lib/dns/log.c +++ b/lib/dns/log.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.17 2000/04/28 01:10:04 halley Exp $ */ +/* $Id: log.c,v 1.18 2000/04/28 02:08:00 tale Exp $ */ /* Principal Authors: DCL */ +#include + #include #include #include diff --git a/lib/dns/rdatalist.c b/lib/dns/rdatalist.c index 2aba32b17e..c24e12e05f 100644 --- a/lib/dns/rdatalist.c +++ b/lib/dns/rdatalist.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include diff --git a/lib/dns/sec/openssl/bn_add.c b/lib/dns/sec/openssl/bn_add.c index 7f6f7d4042..21f1c7ed48 100644 --- a/lib/dns/sec/openssl/bn_add.c +++ b/lib/dns/sec/openssl/bn_add.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_add.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_asm.c b/lib/dns/sec/openssl/bn_asm.c index 6718d5fd30..2bc0c32e0c 100644 --- a/lib/dns/sec/openssl/bn_asm.c +++ b/lib/dns/sec/openssl/bn_asm.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_asm.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -62,8 +61,11 @@ # define NDEBUG #endif -#include +#include +#include "../rename.h" + #include +#include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_ctx.c b/lib/dns/sec/openssl/bn_ctx.c index 9219165ddb..26b8d9a206 100644 --- a/lib/dns/sec/openssl/bn_ctx.c +++ b/lib/dns/sec/openssl/bn_ctx.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_ctx.c */ /* Written by Ulf Moeller for the OpenSSL project. */ /* ==================================================================== @@ -55,6 +54,9 @@ * */ +#include +#include "../rename.h" + #ifndef BN_CTX_DEBUG # undef NDEBUG /* avoid conflicting definitions */ # define NDEBUG diff --git a/lib/dns/sec/openssl/bn_div.c b/lib/dns/sec/openssl/bn_div.c index 9568d6a161..f81adaae5d 100644 --- a/lib/dns/sec/openssl/bn_div.c +++ b/lib/dns/sec/openssl/bn_div.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_div.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/bn_err.c b/lib/dns/sec/openssl/bn_err.c index 6799be548c..3e94339922 100644 --- a/lib/dns/sec/openssl/bn_err.c +++ b/lib/dns/sec/openssl/bn_err.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_err.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -58,6 +57,9 @@ * made to it will be overwritten when the script next updates this file. */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/bn_exp.c b/lib/dns/sec/openssl/bn_exp.c index 7238a35bf9..22f10b41c1 100644 --- a/lib/dns/sec/openssl/bn_exp.c +++ b/lib/dns/sec/openssl/bn_exp.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_exp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_exp2.c b/lib/dns/sec/openssl/bn_exp2.c index a999f8ee86..bd296de38f 100644 --- a/lib/dns/sec/openssl/bn_exp2.c +++ b/lib/dns/sec/openssl/bn_exp2.c @@ -1,4 +1,6 @@ +#include #include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_gcd.c b/lib/dns/sec/openssl/bn_gcd.c index d568584958..dbc80ae972 100644 --- a/lib/dns/sec/openssl/bn_gcd.c +++ b/lib/dns/sec/openssl/bn_gcd.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_gcd.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_lib.c b/lib/dns/sec/openssl/bn_lib.c index b6e0c92144..a0c0b224ce 100644 --- a/lib/dns/sec/openssl/bn_lib.c +++ b/lib/dns/sec/openssl/bn_lib.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_mont.c b/lib/dns/sec/openssl/bn_mont.c index d7d9078e89..4eea5d6a9f 100644 --- a/lib/dns/sec/openssl/bn_mont.c +++ b/lib/dns/sec/openssl/bn_mont.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_mont.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -64,6 +63,9 @@ * sections 3.8 and 4.2 in http://security.ece.orst.edu/koc/papers/r01rsasw.pdf */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_mul.c b/lib/dns/sec/openssl/bn_mul.c index 351394b07e..e511330ecd 100644 --- a/lib/dns/sec/openssl/bn_mul.c +++ b/lib/dns/sec/openssl/bn_mul.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_mul.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_prime.c b/lib/dns/sec/openssl/bn_prime.c index 6c421d65d8..bbb1439d03 100644 --- a/lib/dns/sec/openssl/bn_prime.c +++ b/lib/dns/sec/openssl/bn_prime.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_prime.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -110,6 +109,9 @@ * */ +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/bn_print.c b/lib/dns/sec/openssl/bn_print.c index d02393af4f..0527f88672 100644 --- a/lib/dns/sec/openssl/bn_print.c +++ b/lib/dns/sec/openssl/bn_print.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_print.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/bn_rand.c b/lib/dns/sec/openssl/bn_rand.c index 46174c1437..08f6b68ff0 100644 --- a/lib/dns/sec/openssl/bn_rand.c +++ b/lib/dns/sec/openssl/bn_rand.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_rand.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/bn_recp.c b/lib/dns/sec/openssl/bn_recp.c index 90df70d667..6f8202f979 100644 --- a/lib/dns/sec/openssl/bn_recp.c +++ b/lib/dns/sec/openssl/bn_recp.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_recp.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_shift.c b/lib/dns/sec/openssl/bn_shift.c index 6d39737018..3ea3f1c395 100644 --- a/lib/dns/sec/openssl/bn_shift.c +++ b/lib/dns/sec/openssl/bn_shift.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_shift.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_sqr.c b/lib/dns/sec/openssl/bn_sqr.c index 90431cec88..daaa548f6f 100644 --- a/lib/dns/sec/openssl/bn_sqr.c +++ b/lib/dns/sec/openssl/bn_sqr.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_sqr.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/bn_word.c b/lib/dns/sec/openssl/bn_word.c index 07918a818b..51d718e1fa 100644 --- a/lib/dns/sec/openssl/bn_word.c +++ b/lib/dns/sec/openssl/bn_word.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/bn/bn_word.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include "bn_lcl.h" diff --git a/lib/dns/sec/openssl/buffer.c b/lib/dns/sec/openssl/buffer.c index 986ecc1522..acbf48b7f2 100644 --- a/lib/dns/sec/openssl/buffer.c +++ b/lib/dns/sec/openssl/buffer.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/buffer/buffer.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/cryptlib.c b/lib/dns/sec/openssl/cryptlib.c index 1c3e262c23..c450c7e131 100644 --- a/lib/dns/sec/openssl/cryptlib.c +++ b/lib/dns/sec/openssl/cryptlib.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/cryptlib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/dh_err.c b/lib/dns/sec/openssl/dh_err.c index edede43537..84deb6f5ec 100644 --- a/lib/dns/sec/openssl/dh_err.c +++ b/lib/dns/sec/openssl/dh_err.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dh/dh_err.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -58,6 +57,9 @@ * made to it will be overwritten when the script next updates this file. */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/dh_gen.c b/lib/dns/sec/openssl/dh_gen.c index 70ab1a1be5..7aff041fb9 100644 --- a/lib/dns/sec/openssl/dh_gen.c +++ b/lib/dns/sec/openssl/dh_gen.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dh/dh_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dh_key.c b/lib/dns/sec/openssl/dh_key.c index 4761ad627b..cf22050110 100644 --- a/lib/dns/sec/openssl/dh_key.c +++ b/lib/dns/sec/openssl/dh_key.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dh/dh_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dh_lib.c b/lib/dns/sec/openssl/dh_lib.c index de798a524f..cc6fe21008 100644 --- a/lib/dns/sec/openssl/dh_lib.c +++ b/lib/dns/sec/openssl/dh_lib.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dh/dh_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dsa_asn1.c b/lib/dns/sec/openssl/dsa_asn1.c index cb6c131c2d..8123d8e7bc 100644 --- a/lib/dns/sec/openssl/dsa_asn1.c +++ b/lib/dns/sec/openssl/dsa_asn1.c @@ -1,6 +1,8 @@ -#include "../rename.h" /* crypto/dsa/dsa_asn1.c */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dsa_err.c b/lib/dns/sec/openssl/dsa_err.c index 2d4f496155..47744ef0dc 100644 --- a/lib/dns/sec/openssl/dsa_err.c +++ b/lib/dns/sec/openssl/dsa_err.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_err.c */ /* ==================================================================== * Copyright (c) 1999 The OpenSSL Project. All rights reserved. @@ -58,6 +57,9 @@ * made to it will be overwritten when the script next updates this file. */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/dsa_gen.c b/lib/dns/sec/openssl/dsa_gen.c index 55fcbad8f4..4de242f88b 100644 --- a/lib/dns/sec/openssl/dsa_gen.c +++ b/lib/dns/sec/openssl/dsa_gen.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_gen.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -72,6 +71,9 @@ #ifndef NO_SHA +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/dsa_key.c b/lib/dns/sec/openssl/dsa_key.c index 2e888a5548..fa1b46b5f9 100644 --- a/lib/dns/sec/openssl/dsa_key.c +++ b/lib/dns/sec/openssl/dsa_key.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_key.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -58,6 +57,9 @@ */ #ifndef NO_SHA +#include +#include "../rename.h" + #include #include #include "cryptlib.h" diff --git a/lib/dns/sec/openssl/dsa_lib.c b/lib/dns/sec/openssl/dsa_lib.c index 4a44e027a5..dea1f7bffb 100644 --- a/lib/dns/sec/openssl/dsa_lib.c +++ b/lib/dns/sec/openssl/dsa_lib.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -59,6 +58,9 @@ /* Original version from Steven Schoch */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dsa_ossl.c b/lib/dns/sec/openssl/dsa_ossl.c index 3095564bbb..25dc0d3526 100644 --- a/lib/dns/sec/openssl/dsa_ossl.c +++ b/lib/dns/sec/openssl/dsa_ossl.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_ossl.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -59,6 +58,9 @@ /* Original version from Steven Schoch */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dsa_sign.c b/lib/dns/sec/openssl/dsa_sign.c index 8f45ab07f8..bef95bb370 100644 --- a/lib/dns/sec/openssl/dsa_sign.c +++ b/lib/dns/sec/openssl/dsa_sign.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_sign.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -59,6 +58,9 @@ /* Original version from Steven Schoch */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/dsa_vrf.c b/lib/dns/sec/openssl/dsa_vrf.c index d1b14065f9..2cbaaf7ac1 100644 --- a/lib/dns/sec/openssl/dsa_vrf.c +++ b/lib/dns/sec/openssl/dsa_vrf.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/dsa/dsa_vrf.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -59,6 +58,9 @@ /* Original version from Steven Schoch */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/err.c b/lib/dns/sec/openssl/err.c index 01ae71b294..36c13b2b5b 100644 --- a/lib/dns/sec/openssl/err.c +++ b/lib/dns/sec/openssl/err.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/err/err.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/ex_data.c b/lib/dns/sec/openssl/ex_data.c index 33f8577a04..0d782d6c9d 100644 --- a/lib/dns/sec/openssl/ex_data.c +++ b/lib/dns/sec/openssl/ex_data.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/ex_data.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/lhash.c b/lib/dns/sec/openssl/lhash.c index 960f3242d1..5f27859187 100644 --- a/lib/dns/sec/openssl/lhash.c +++ b/lib/dns/sec/openssl/lhash.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/lhash/lhash.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -95,6 +94,10 @@ * * 1.0 eay - First version */ + +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/md5_dgst.c b/lib/dns/sec/openssl/md5_dgst.c index a02449dbf6..a0a906c157 100644 --- a/lib/dns/sec/openssl/md5_dgst.c +++ b/lib/dns/sec/openssl/md5_dgst.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/md5/md5_dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include "md5_locl.h" #include diff --git a/lib/dns/sec/openssl/md_rand.c b/lib/dns/sec/openssl/md_rand.c index 2c2605e4d7..3972a4c869 100644 --- a/lib/dns/sec/openssl/md_rand.c +++ b/lib/dns/sec/openssl/md_rand.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/rand/md_rand.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -65,6 +64,9 @@ # endif #endif +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/mem.c b/lib/dns/sec/openssl/mem.c index 127e618d36..efea7f5a1d 100644 --- a/lib/dns/sec/openssl/mem.c +++ b/lib/dns/sec/openssl/mem.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/mem.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/mem_dbg.c b/lib/dns/sec/openssl/mem_dbg.c index 70c91789bc..306151a635 100644 --- a/lib/dns/sec/openssl/mem_dbg.c +++ b/lib/dns/sec/openssl/mem_dbg.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/mem_dbg.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/rand_lib.c b/lib/dns/sec/openssl/rand_lib.c index 89e4733cbf..a43180e385 100644 --- a/lib/dns/sec/openssl/rand_lib.c +++ b/lib/dns/sec/openssl/rand_lib.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/rand/rand_lib.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/sha1_one.c b/lib/dns/sec/openssl/sha1_one.c index bfa2dc5df0..63de73c8ee 100644 --- a/lib/dns/sec/openssl/sha1_one.c +++ b/lib/dns/sec/openssl/sha1_one.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/sha/sha1_one.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/dns/sec/openssl/sha1dgst.c b/lib/dns/sec/openssl/sha1dgst.c index dd0141c42b..c35159b473 100644 --- a/lib/dns/sec/openssl/sha1dgst.c +++ b/lib/dns/sec/openssl/sha1dgst.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/sha/sha1dgst.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -62,6 +61,9 @@ #undef SHA_0 #define SHA_1 +#include +#include "../rename.h" + #include const char *SHA1_version="SHA1" OPENSSL_VERSION_PTEXT; diff --git a/lib/dns/sec/openssl/stack.c b/lib/dns/sec/openssl/stack.c index 3db7162de1..6aae5aa410 100644 --- a/lib/dns/sec/openssl/stack.c +++ b/lib/dns/sec/openssl/stack.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/stack/stack.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -66,6 +65,9 @@ * * 1.0 eay - First version 29/07/92 */ +#include +#include "../rename.h" + #include #include "cryptlib.h" #include diff --git a/lib/dns/sec/openssl/th-lock.c b/lib/dns/sec/openssl/th-lock.c index d16a1c9ab3..e1b26d3ed1 100644 --- a/lib/dns/sec/openssl/th-lock.c +++ b/lib/dns/sec/openssl/th-lock.c @@ -1,4 +1,3 @@ -#include "../rename.h" /* crypto/threads/th-lock.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. @@ -57,6 +56,9 @@ * [including the GNU Public Licence.] */ +#include +#include "../rename.h" + #include #include #include diff --git a/lib/isc/commandline.c b/lib/isc/commandline.c index 8246ed4e03..c34663a30d 100644 --- a/lib/isc/commandline.c +++ b/lib/isc/commandline.c @@ -48,7 +48,7 @@ * SUCH DAMAGE. */ -/* $Id: commandline.c,v 1.4 2000/04/28 01:04:40 halley Exp $ */ +/* $Id: commandline.c,v 1.5 2000/04/28 02:08:11 tale Exp $ */ /* * This file was adapted from the NetBSD project's source tree, RCS ID: @@ -63,6 +63,8 @@ * Principal ISC caretaker: DCL */ +#include + #include #include diff --git a/lib/isc/log.c b/lib/isc/log.c index 27976ac894..4d037ce4c1 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: log.c,v 1.26 2000/04/11 18:22:34 tale Exp $ */ +/* $Id: log.c,v 1.27 2000/04/28 02:08:11 tale Exp $ */ /* Principal Authors: DCL */ +#include + #include #include #include diff --git a/lib/isc/unix/file.c b/lib/isc/unix/file.c index b30f12e17f..487df42f99 100644 --- a/lib/isc/unix/file.c +++ b/lib/isc/unix/file.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include #include diff --git a/lib/lwres/getaddrinfo.c b/lib/lwres/getaddrinfo.c index 1dcf1691a9..32ad3885a4 100644 --- a/lib/lwres/getaddrinfo.c +++ b/lib/lwres/getaddrinfo.c @@ -3,9 +3,10 @@ * The Berkeley Software Design Inc. software License Agreement specifies * the terms and conditions for redistribution. * - * BSDI $Id: getaddrinfo.c,v 1.14 2000/03/10 23:11:27 explorer Exp $ + * BSDI $Id: getaddrinfo.c,v 1.15 2000/04/28 02:08:12 tale Exp $ */ +#include #include #include diff --git a/lib/lwres/gethost.c b/lib/lwres/gethost.c index c97877ef11..08778e8113 100644 --- a/lib/lwres/gethost.c +++ b/lib/lwres/gethost.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include diff --git a/lib/lwres/getipnode.c b/lib/lwres/getipnode.c index a5e11c0c4c..3df0797edc 100644 --- a/lib/lwres/getipnode.c +++ b/lib/lwres/getipnode.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include diff --git a/lib/lwres/getnet.c b/lib/lwres/getnet.c index 383acb73b2..29ffc86309 100644 --- a/lib/lwres/getnet.c +++ b/lib/lwres/getnet.c @@ -15,6 +15,8 @@ * SOFTWARE. */ +#include + #include #include diff --git a/lib/lwres/herror.c b/lib/lwres/herror.c index 9a6f5d8c67..f31d61b8bb 100644 --- a/lib/lwres/herror.c +++ b/lib/lwres/herror.c @@ -50,9 +50,11 @@ #if defined(LIBC_SCCS) && !defined(lint) static const char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static const char rcsid[] = "$Id: herror.c,v 1.2 2000/02/03 21:54:10 marka Exp $"; +static const char rcsid[] = "$Id: herror.c,v 1.3 2000/04/28 02:08:14 tale Exp $"; #endif /* LIBC_SCCS and not lint */ +#include + #include #include diff --git a/lib/omapi/auth.c b/lib/omapi/auth.c index f3d19c74f0..45d08d7787 100644 --- a/lib/omapi/auth.c +++ b/lib/omapi/auth.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: auth.c,v 1.3 2000/04/27 00:03:07 tale Exp $ */ +/* $Id: auth.c,v 1.4 2000/04/28 02:08:15 tale Exp $ */ /* Principal Author: DCL */ @@ -33,6 +33,9 @@ /* * Subroutines for dealing with authorization. */ + +#include + #include #include /* NULL */ #include /* memset */ diff --git a/lib/omapi/connection.c b/lib/omapi/connection.c index a667642b29..d9dc6bc41d 100644 --- a/lib/omapi/connection.c +++ b/lib/omapi/connection.c @@ -15,13 +15,16 @@ * SOFTWARE. */ -/* $Id: connection.c,v 1.21 2000/04/28 01:24:18 gson Exp $ */ +/* $Id: connection.c,v 1.22 2000/04/28 02:08:15 tale Exp $ */ /* Principal Author: DCL */ /* * Subroutines for dealing with connections. */ + +#include + #include #include /* NULL */ #include /* memset */ diff --git a/lib/omapi/data.c b/lib/omapi/data.c index 7264d4527d..f015a8bfc3 100644 --- a/lib/omapi/data.c +++ b/lib/omapi/data.c @@ -15,13 +15,16 @@ * SOFTWARE. */ -/* $Id: data.c,v 1.10 2000/03/14 03:37:48 tale Exp $ */ +/* $Id: data.c,v 1.11 2000/04/28 02:08:16 tale Exp $ */ /* Principal Author: Ted Lemon */ /* * Functions supporting memory allocation for the object management protocol. */ + +#include + #include /* abort() */ #include /* memset */ diff --git a/lib/omapi/generic.c b/lib/omapi/generic.c index f7e5413337..165bdaffa8 100644 --- a/lib/omapi/generic.c +++ b/lib/omapi/generic.c @@ -15,13 +15,16 @@ * SOFTWARE. */ -/* $Id: generic.c,v 1.11 2000/03/14 03:38:54 tale Exp $ */ +/* $Id: generic.c,v 1.12 2000/04/28 02:08:16 tale Exp $ */ /* Principal Author: Ted Lemon */ /* * Subroutines that support the generic object. */ + +#include + #include /* NULL */ #include /* memset */ diff --git a/lib/omapi/handle.c b/lib/omapi/handle.c index dcd34565f9..b65cd80ba3 100644 --- a/lib/omapi/handle.c +++ b/lib/omapi/handle.c @@ -15,13 +15,16 @@ * SOFTWARE. */ -/* $Id: handle.c,v 1.9 2000/03/14 03:46:41 tale Exp $ */ +/* $Id: handle.c,v 1.10 2000/04/28 02:08:17 tale Exp $ */ /* Principal Author: Ted Lemon */ /* * Functions for maintaining handles on objects. */ + +#include + #include /* NULL */ #include /* memset */ diff --git a/lib/omapi/lib.c b/lib/omapi/lib.c index 4c7154d452..ace0ba693c 100644 --- a/lib/omapi/lib.c +++ b/lib/omapi/lib.c @@ -15,7 +15,9 @@ * SOFTWARE. */ -/* $ID: $ */ +/* $Id: lib.c,v 1.9 2000/04/28 02:08:17 tale Exp $ */ + +#include #include diff --git a/lib/omapi/listener.c b/lib/omapi/listener.c index 3ea1138bdc..1358a0ad37 100644 --- a/lib/omapi/listener.c +++ b/lib/omapi/listener.c @@ -18,6 +18,9 @@ /* * Subroutines that support the generic listener object. */ + +#include + #include /* NULL and abort() */ #include /* memset */ diff --git a/lib/omapi/message.c b/lib/omapi/message.c index f373294c96..a45f0d6d60 100644 --- a/lib/omapi/message.c +++ b/lib/omapi/message.c @@ -18,6 +18,9 @@ /* * Subroutines for dealing with message objects. */ + +#include + #include /* NULL */ #include /* memset */ diff --git a/lib/omapi/object.c b/lib/omapi/object.c index 98d509f78e..3b580e60e6 100644 --- a/lib/omapi/object.c +++ b/lib/omapi/object.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: object.c,v 1.14 2000/03/18 00:34:53 tale Exp $ */ +/* $Id: object.c,v 1.15 2000/04/28 02:08:19 tale Exp $ */ /* Principal Author: Ted Lemon */ +#include + #include /* memset */ #include diff --git a/lib/omapi/protocol.c b/lib/omapi/protocol.c index b2909e0357..331aba4a86 100644 --- a/lib/omapi/protocol.c +++ b/lib/omapi/protocol.c @@ -18,6 +18,9 @@ /* * Functions supporting the object management protocol. */ + +#include + #include /* NULL */ #include /* random */ #include /* memset */ diff --git a/lib/omapi/string.c b/lib/omapi/string.c index 2fa038ba4f..0b5231ce8a 100644 --- a/lib/omapi/string.c +++ b/lib/omapi/string.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: string.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */ +/* $Id: string.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */ /* Principal Author: Ted Lemon */ +#include + #include /* memset */ #include diff --git a/lib/omapi/value.c b/lib/omapi/value.c index 0b9bb65f0c..da9cffbe96 100644 --- a/lib/omapi/value.c +++ b/lib/omapi/value.c @@ -15,10 +15,12 @@ * SOFTWARE. */ -/* $Id: value.c,v 1.4 2000/02/03 23:14:35 halley Exp $ */ +/* $Id: value.c,v 1.5 2000/04/28 02:08:20 tale Exp $ */ /* Principal Author: Ted Lemon */ +#include + #include /* memset */ #include