aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/posix
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-05-23 20:48:59 +0000
committerTheodore Tso <tytso@mit.edu>1995-05-23 20:48:59 +0000
commit61bf8b459f27898806ce780c949d5895a12a5fb1 (patch)
treee8f39ce1e76f4a40e718af4cc750202e61e5e72d /src/lib/krb5/posix
parenta3dc0166b47f4fcec8784831bfb26814623dc309 (diff)
downloadkrb5-61bf8b459f27898806ce780c949d5895a12a5fb1.zip
krb5-61bf8b459f27898806ce780c949d5895a12a5fb1.tar.gz
krb5-61bf8b459f27898806ce780c949d5895a12a5fb1.tar.bz2
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. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5853 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/posix')
-rw-r--r--src/lib/krb5/posix/ChangeLog7
-rw-r--r--src/lib/krb5/posix/daemon.c2
2 files changed, 8 insertions, 1 deletions
diff --git a/src/lib/krb5/posix/ChangeLog b/src/lib/krb5/posix/ChangeLog
index 469161b..1a7d318 100644
--- a/src/lib/krb5/posix/ChangeLog
+++ b/src/lib/krb5/posix/ChangeLog
@@ -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
diff --git a/src/lib/krb5/posix/daemon.c b/src/lib/krb5/posix/daemon.c
index afe4c04..fb7a62a 100644
--- a/src/lib/krb5/posix/daemon.c
+++ b/src/lib/krb5/posix/daemon.c
@@ -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"