Rearrange #include files so that krb5.h gets included first, so that
authorTheodore Tso <tytso@mit.edu>
Tue, 23 May 1995 20:48:59 +0000 (20:48 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 23 May 1995 20:48:59 +0000 (20:48 +0000)
the debugging information can be more efficiently collapsed since the
type numbers will be the same.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5853 dc483132-0cff-0310-8789-dd5450dbe970

20 files changed:
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/asn1_decode.c
src/lib/krb5/asn.1/asn1_encode.h
src/lib/krb5/ccache/file/ChangeLog
src/lib/krb5/ccache/file/fcc_maybe.c
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/chk_trans.c
src/lib/krb5/krb/gc_frm_kdc.c
src/lib/krb5/krb/preauth.c
src/lib/krb5/krb/t_kerb.c
src/lib/krb5/krb/t_walk_rtree.c
src/lib/krb5/krb/unparse.c
src/lib/krb5/os/ChangeLog
src/lib/krb5/os/t_std_conf.c
src/lib/krb5/os/timeofday.c
src/lib/krb5/os/unlck_file.c
src/lib/krb5/posix/ChangeLog
src/lib/krb5/posix/daemon.c
src/lib/krb5/rcache/ChangeLog
src/lib/krb5/rcache/rc_io.c

index c19deaad261e1a10edad0a120b7401fe88804e28..241fbea82931d97487d77750948d72ece4d98709 100644 (file)
@@ -1,3 +1,13 @@
+Tue May 23 16:22:57 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * asn1_decode.c: Rearrange #include files so that krb5.h gets
+               included first, so that the debugging information can be
+               more efficiently collapsed since the type numbers will be
+               the same.
+
+       * asn1_encode.h: Rearrange the #include files so that the type
+               numbers are the same.
+
 Thu Apr 13 20:13:38 1995 Keith Vetter (keithv@fusion.com)
 
        * asn1_k_decode.c: fixed up 'unreferenced local variable' problems.
index 54a14df374c64d8144af8d8dbb30438e5fb87f8b..cb48c2e5b729f2b5906c97a240f00f7552a485b7 100644 (file)
  * or implied warranty.
  */
 
-#include <stdio.h>
 /* ASN.1 primitive decoders */
 #include "asn1_decode.h"
 #include "asn1_get.h"
+#include <stdio.h>
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #ifdef TIME_WITH_SYS_TIME
index c8995b54904d41bdb1112cef83f9bc7275b0dbac..baae5627197fdf454c808f3169c41e046a93b42d 100644 (file)
@@ -25,9 +25,9 @@
 #define __ASN1_ENCODE_H__
 
 #include "k5-int.h"
-#include <time.h>
 #include "krbasn1.h"
 #include "asn1buf.h"
+#include <time.h>
 
 /*
    Overview
index 067ec852f418a6c16499caa31ce352096ce34258..894b4015f83c4eb768fc5d51dffd4cd67d72bbaf 100644 (file)
@@ -1,3 +1,10 @@
+Tue May 23 16:28:07 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * fcc_maybe.c: Rearrange #include files so that krb5.h gets
+               included first, so that the debugging information can be
+               more efficiently collapsed since the type numbers will be
+               the same.
+
 Tue May  9 16:23:39 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * fcc_close.c (krb5_fcc_close): Remove <malloc.h> as not all
index 6378d68012c6dbbc6a7d8ac777fbd6c502310fb4..6f4cfd0931193789ee18fd4303aebbb376f6c36a 100644 (file)
  * This file contains the source code for conditional open/close calls.
  */
 
+#include "k5-int.h"
+
 #define NEED_SOCKETS    /* Only for ntohs, etc. */
 #if HAVE_UNISTD_H
 #include <unistd.h>
 #endif
           
 #include "fcc.h"
-#include <errno.h>
-#include "k5-int.h"
 
 int krb5_fcc_default_format = KRB5_FCC_DEFAULT_FVNO;
 
index 2ff9d0212dd38be1b9cc001154d46781142ca7f2..d7ceab3230a545d7867fe25a3d921a7ce24dcf27 100644 (file)
@@ -1,3 +1,11 @@
+Tue May 23 16:28:42 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * gc_frm_kdc.c, preauth.c, t_kerb.c, t_walk_rtree.c, unparse.c:
+               Rearrange #include files so that krb5.h gets included
+               first, so that the debugging information can be more
+               efficiently collapsed since the type numbers will be the
+               same.
+
 Sat May 20 14:01:16 1995  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * rd_safe.c (krb5_rd_safe): Increment remote_seq_number if
index 75794e81512f6169e5a7991326a939ffe09f91a3..c3246675bf4b52645141f4626abd6928960979d5 100644 (file)
@@ -20,8 +20,8 @@
  * or implied warranty.
  */
 
-#include <stdio.h>
 #include "k5-int.h"
+#include <stdio.h>
 
 #define MAX_REALM_LN 500
 
index a2a7f577452b35fc1081af549ba69ce112d0ba98..f2a3267c61466279593b046136c12874642a83f1 100644 (file)
@@ -27,8 +27,8 @@
  * along the way.
  */
 
-#include <stdio.h>
 #include "k5-int.h"
+#include <stdio.h>
 #include "int-proto.h"
 
 /*
index 00c17a9a2f057e0f18045bad9ab14bb6d8019ab9..24269e0410fe37ee92d26062e7e421ee76b60a70 100644 (file)
@@ -37,9 +37,9 @@
  * into different files.... [tytso:19920903.1618EDT]
  */
 
+#include "k5-int.h"
 #include <stdio.h>
 #include <time.h>
-#include "k5-int.h"
 #include <syslog.h>
 #ifdef _MSDOS
 #define getpid _getpid
index f2dcf8a9acb5e711f4c26bcad2337784085d146a..ef0537ec207463e00bca4d3c7d568ab97ca769f3 100644 (file)
@@ -3,6 +3,7 @@
  * routines.
  */
 
+#include "krb5.h"
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -12,7 +13,6 @@
 #include <arpa/inet.h>
 
 #include "com_err.h"
-#include "krb5.h"
 
 
 void test_425_conv_principal(ctx, name, inst, realm)
index c61ec4ef35e3172881bae93f6a76b87a61a86b31..ca8f4427b5795d757c9b2aaaac976e9c22efd664 100644 (file)
@@ -2,8 +2,8 @@
  * t_walk_rtree.c --- test krb5_walk_realm_tree
  */
 
-#include <stdio.h>
 #include "k5-int.h"
+#include <stdio.h>
 #include "com_err.h"
 
 main(argc, argv)
index d047a8bb6ef00b8ad64120d12659e36dd3d23ab9..0ff3cf8ad4920f500f2d05ce5038c20e626680fa 100644 (file)
@@ -29,8 +29,8 @@
  */
 
 
-#include <stdio.h>
 #include "k5-int.h"
+#include <stdio.h>
 
 /*
  * converts the multi-part principal format used in the protocols to a
index bbb38acd8d51291adbdf3b2e6343e9cc780a3322..298da86c59df10d134cb57887a6f2bf9d6bce85b 100644 (file)
@@ -1,3 +1,10 @@
+Tue May 23 16:29:24 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * t_std_conf.c, timeofday.c, unlck_file.c: Rearrange #include
+               files so that krb5.h gets included first, so that the
+               debugging information can be more efficiently collapsed
+               since the type numbers will be the same.
+
 Tue May 16 10:33:03 EDT 1995   Paul Park       (pjpark@mit.edu)
        * gmt_mktime.c  - Use the actual year instead of the number of years
                          since 1900 when determining if a year has a leapday.
index 0e8a9241c763d369025d8481e7fe023d81038369..4b1e0b0fddb0d004243e3977a4937357eae0d6dc 100644 (file)
@@ -3,6 +3,8 @@
  *     values from the krb5 config file(s).
  */
 
+#include "krb5.h"
+
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
@@ -11,8 +13,6 @@
 #include <netinet/in.h>
 #include <arpa/inet.h>
 
-#include "krb5.h"
-
 void test_get_default_realm(ctx)
        krb5_context ctx;
 {
index 82636efa6959d5fc8f953d93485a457596cb4e46..3aaf8148576b6f7a616c886cdb2b9a3fa1ef1711 100644 (file)
  */
 
 
-#include <time.h>
-#include <stdio.h>                     /* needed for libos-proto.h */
-
 #include "k5-int.h"
 
+#include <time.h>
+
 #ifdef POSIX_TYPES
 #define timetype time_t
 #else
index 900073e09892ee285f4013c64e9ff51c01944c42..44f90e6afc927cdae6380c9f7e9eb9239f7855ed 100644 (file)
@@ -24,8 +24,8 @@
  * libos: krb5_lock_file routine
  */
 
-#include <stdio.h>
 #include "k5-int.h"
+#include <stdio.h>
 
 krb5_error_code
 krb5_unlock_file(context, filep, pathname)
index 469161b8d88b6cc48d764d5fa944d8f5c8ad0cab..1a7d318e423747f226dffa63773453f766b0fad7 100644 (file)
@@ -1,3 +1,10 @@
+Tue May 23 16:30:03 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * daemon.c: Rearrange #include files so that krb5.h gets included
+               first, so that the debugging information can be more
+               efficiently collapsed since the type numbers will be the
+               same.
+
 Fri Apr 28 08:37:58 1995  Theodore Y. Ts'o  <tytso@lurch.mit.edu>
 
        * daemon.c (daemon): Lint cleanup; explicitly declare that
index afe4c04b396cba79aa43fe0dbaf03efd9fe3c0b8..fb7a62a44f761819d3534c600c79f2d5e32ce580 100644 (file)
@@ -31,6 +31,7 @@
  * SUCH DAMAGE.
  */
 
+#include "k5-int.h"
 #include <fcntl.h>
 #include <sys/types.h>
 #include <sys/file.h>
@@ -38,7 +39,6 @@
 #ifdef HAS_PATHS_H
 #include <paths.h>
 #endif
-#include "k5-int.h"
 
 #ifndef _PATH_DEVNULL
 #define _PATH_DEVNULL "/dev/null"
index 30e6ffa1e38942f1f4170dc6fce8c9527dae4085..585ca17f6d9c4197a1b5e1f573122efc7721bf8b 100644 (file)
@@ -1,3 +1,10 @@
+Tue May 23 16:30:29 1995  Theodore Y. Ts'o  (tytso@dcl)
+
+       * rc_io.c: Rearrange #include files so that krb5.h gets included
+               first, so that the debugging information can be more
+               efficiently collapsed since the type numbers will be the
+               same.
+
 Mon May  1 23:10:26 1995  Theodore Y. Ts'o  (tytso@dcl)
 
        * rc_dfl.c (krb5_rc_dfl_recover): Fix memory leaks in this
index 3bbd6004ccfcbfafbaab811c4a55d7a17318df40..92540caaf406572d21e0cc4bfb41ad15db531485 100644 (file)
@@ -16,8 +16,8 @@
 #define NEED_SOCKETS
 #define NEED_LOWLEVEL_IO         
 
-#include <stdio.h> /* for P_tmpdir */
 #include <krb5.h>
+#include <stdio.h> /* for P_tmpdir */
 #include "rc_base.h"
 #include "rc_dfl.h"
 #include "rc_io.h"