summaryrefslogtreecommitdiffstats
path: root/src/admin/stash
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-23 15:18:47 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-23 15:18:47 +0000
commitc976d091184ed4a5b56dbbd82147a8e71e9b1aec (patch)
tree15cea1ae163f7d287c11141d8aff9e95def41759 /src/admin/stash
parent4878464009f1a66a8d2f7ac72b6e2df759469df5 (diff)
fix include files
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@926 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/admin/stash')
-rw-r--r--src/admin/stash/kdb5_stash.c13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/admin/stash/kdb5_stash.c b/src/admin/stash/kdb5_stash.c
index d9394aedf..34dfb4aae 100644
--- a/src/admin/stash/kdb5_stash.c
+++ b/src/admin/stash/kdb5_stash.c
@@ -5,7 +5,7 @@
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Store the master database key in a file.
*/
@@ -19,17 +19,12 @@ static char rcsid_kdb_stash_c[] =
#include <krb5/krb5.h>
#include <krb5/kdb.h>
#include <krb5/kdb_dbm.h>
-#include <krb5/krb5_err.h>
-#include <krb5/kdb5_err.h>
-#include <krb5/isode_err.h>
-
-#include <com_err.h>
-
-#include <stdio.h>
#include <krb5/ext-proto.h>
#include <krb5/libos-proto.h>
+#include <krb5/sysincl.h>
-#include <sys/file.h> /* for unlink() */
+#include <com_err.h>
+#include <stdio.h>
extern int errno;