fix include files
authorJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 15:18:47 +0000 (15:18 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Wed, 23 May 1990 15:18:47 +0000 (15:18 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@926 dc483132-0cff-0310-8789-dd5450dbe970

src/admin/create/kdb5_create.c
src/admin/destroy/kdb5_destroy.c
src/admin/edit/kdb5_edit.c
src/admin/stash/kdb5_stash.c
src/appl/sample/sclient/sclient.c
src/appl/sample/sserver/sserver.c
src/clients/kdestroy/kdestroy.c
src/clients/klist/klist.c

index 28e123ff9456729a1f40f118a7f360fa563f4f09..f0a2c5ebd8aa4ea191dcadbb2130b39d956c68d5 100644 (file)
@@ -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>.
  *
  * Generate (from scratch) a Kerberos KDC database.
  */
@@ -19,16 +19,13 @@ static char rcsid_kdb_create_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 <stdio.h>
 #include <krb5/libos-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 
 #include <com_err.h>
-#include <errno.h>
+#include <stdio.h>
+
 
 #include <krb5/ext-proto.h>
 
index d88263dc3e377108ebc93aec152e6cb770bb70ce..9ce08c93a85652409fb615a5094d1c3eeaa70087 100644 (file)
@@ -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>.
  *
  * kdb_dest(roy): destroy the named database.
  *
@@ -24,14 +24,8 @@ static char rcsid_kdb_dest_c[] =
 #include <stdio.h>
 
 #include <com_err.h>
-#include <krb5/krb5_err.h>
-#include <krb5/kdb5_err.h>
-#include <krb5/isode_err.h>
-
 #include <krb5/ext-proto.h>
-#include <sys/file.h>                  /* for unlink() */
-
-#include <sys/param.h>                 /* XXX for MAXPATHLEN */
+#include <krb5/sysincl.h>              /* for MAXPATHLEN */
 
 extern int errno;
 
index 2d9da498799ed8a889af89fb5f2e798350529815..071b9db4b0f38f4a9e9c94c4352fe6d4cf59b190 100644 (file)
@@ -19,20 +19,16 @@ static char rcsid_kdb_edit_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 <stdio.h>
 #include <krb5/libos-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
-#include <sys/param.h>                 /* XXX for MAXPATHLEN */
+#include <krb5/sysincl.h>              /* for MAXPATHLEN */
+#include <krb5/ext-proto.h>
 
 #include <com_err.h>
 #include <ss/ss.h>
-#include <errno.h>
+#include <stdio.h>
 
-#include <krb5/ext-proto.h>
 
 #define REALM_SEP      '@'
 #define REALM_SEP_STR  "@"
@@ -619,7 +615,6 @@ int argc;
 char *argv[];
 {
     krb5_error_code retval;
-    krb5_keyblock *tempkey;
     krb5_principal newprinc;
     char yesno[80];
     int one = 1;
index d9394aedf40ae0c28c7ea96de749004700b1bdc9..34dfb4aae0a5cda083aefead7517d6ae042ec256 100644 (file)
@@ -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;
 
index c9a04b53f5276860f9188bf4588d81f5ec0af3f5..a11eaf385aea3c01cd6e66e04bae8e605a8f2897 100644 (file)
@@ -19,14 +19,13 @@ static char rcsid_sclient_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
 #include <krb5/ext-proto.h>
-#include <errno.h>
-#include <stdio.h>
 #include <krb5/libos-proto.h>
 
+#include <stdio.h>
 #include <ctype.h>
 #include <com_err.h>
+
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
index 4600036a6c4462af439cd73912f6e1804a13aa93..339b2795f70ec6bbea9171c5733935d25590aae6 100644 (file)
@@ -27,13 +27,9 @@ static char rcsid_sserver_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
 #include <krb5/ext-proto.h>
-#include <stdio.h>
 #include <krb5/libos-proto.h>
 
-#include <errno.h>
-
 #include <ctype.h>
 #include <com_err.h>
 #include <sys/types.h>
index 9f69a2594f44e9575405d1c200a328a59b2e13a5..e57f0db08133f40289ecd19a2948646e9e33dbb6 100644 (file)
@@ -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>.
  *
  * Destroy the contents of your credential cache.
  */
@@ -19,8 +19,6 @@ static char rcsid_klist_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
-#include <krb5/isode_err.h>
 #include <krb5/ext-proto.h>
 
 #include <com_err.h>
@@ -39,8 +37,7 @@ main(argc, argv)
     int code;
     int errflg=0;
     
-    initialize_krb5_error_table();
-    initialize_isod_error_table();
+    krb5_init_ets();
 
     if (rindex(argv[0], '/'))
        argv[0] = rindex(argv[0], '/')+1;
index 6b3ab3a0e3d33e6b02d45263a5f6725f68c07f09..a752c61feac8a9e8080ed2d15a77af629e459a5f 100644 (file)
@@ -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>.
  *
  * List out the contents of your credential cache.
  */
@@ -19,11 +19,8 @@ static char rcsid_klist_c [] =
 
 #include <krb5/copyright.h>
 #include <krb5/krb5.h>
-#include <krb5/krb5_err.h>
-#include <krb5/isode_err.h>
 #include <krb5/ext-proto.h>
 #include <com_err.h>
-#include <errno.h>
 
 extern int optind;
 extern char *optarg;