libos-proto.h -> los-proto.h
authorJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 14:09:48 +0000 (14:09 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 14 Mar 1991 14:09:48 +0000 (14:09 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1916 dc483132-0cff-0310-8789-dd5450dbe970

50 files changed:
src/admin/create/kdb5_create.c
src/admin/edit/dump.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/appl/simple/client/sim_client.c
src/appl/simple/server/sim_server.c
src/clients/kinit/kinit.c
src/kdc/do_as_req.c
src/kdc/do_tgs_req.c
src/kdc/main.c
src/kdc/network.c
src/kdc/replay.c
src/lib/crypto/des/new_rn_key.c
src/lib/des425/read_passwd.c
src/lib/kdb/fetch_mkey.c
src/lib/kdb/store_mkey.c
src/lib/krb425/krb425.h
src/lib/krb5/keytab/file/ktf_util.c
src/lib/krb5/krb/gc_via_tgt.c
src/lib/krb5/krb/gen_seqnum.c
src/lib/krb5/krb/get_in_tkt.c
src/lib/krb5/krb/in_tkt_pwd.c
src/lib/krb5/krb/mk_priv.c
src/lib/krb5/krb/mk_rep.c
src/lib/krb5/krb/mk_req_ext.c
src/lib/krb5/krb/mk_safe.c
src/lib/krb5/krb/parse.c
src/lib/krb5/krb/rd_priv.c
src/lib/krb5/krb/rd_rep.c
src/lib/krb5/krb/rd_req_dec.c
src/lib/krb5/krb/rd_safe.c
src/lib/krb5/krb/send_tgs.c
src/lib/krb5/os/an_to_ln.c
src/lib/krb5/os/free_hstrl.c
src/lib/krb5/os/full_ipadr.c
src/lib/krb5/os/gen_port.c
src/lib/krb5/os/gen_rname.c
src/lib/krb5/os/hst_realm.c
src/lib/krb5/os/kuserok.c
src/lib/krb5/os/locate_kdc.c
src/lib/krb5/os/port2ip.c
src/lib/krb5/os/sendto_kdc.c
src/lib/krb5/os/timeofday.c
src/lib/krb5/os/unlck_file.c
src/lib/krb5/os/ustime.c
src/tests/create/kdb5_mkdums.c
src/tests/hammer/kdc5_hammer.c
src/tests/verify/kdb5_verify.c

index ee329324dc62b9df77460905a96fcd1f771a32a5..f4d469411bbdf17bf809152305f8538be39f99f3 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_kdb_create_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/osconf.h>
 
index ad35c19c39c7b372f57a6d4c93379635c26215d6..66b23bb220c53e8a2034186b31c4c767abc9cccf 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_kdb_edit_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */
index de8cd51ec756a1c01516d932ae35566296a37616..e7631022bdd26a3286b175ca4157b4b036574b14 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_kdb_edit_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */
index 42b330a21bc1f5f49c2fcf41b79b350894960751..a348981a6633d75c72cc49a0edbd2fe64eb21eba 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_kdb_stash_c[] =
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/sysincl.h>
 
 #include <com_err.h>
index d740fbd1eb32fc86d4d9173bbef5ec655e48cb4d..16784f2e21b6c4a1b58452f280c1218f2eb90659 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_sclient_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <stdio.h>
 #include <ctype.h>
index 885ddb8adf1ad3652a87f35d2b65caad28788a19..7c0c3668c68167785337c420822468551394fe3a 100644 (file)
@@ -28,7 +28,7 @@ static char rcsid_sserver_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <ctype.h>
 #include <com_err.h>
index 99141f7a6a35ddab593ba23849779638a642b369..2cb4535e9c46b647febe4daf78338530bc277a28 100644 (file)
@@ -27,7 +27,7 @@ static char rcsid_sim_client_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <com_err.h>
 
 #include "simple.h"
index a3b383466b57e5fa8ad8f48c08b7581f0c2f5a58..58b2f50c19df91035b97b715678b719b83ba9758 100644 (file)
@@ -28,7 +28,7 @@ static char rcsid_sim_server_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <com_err.h>
 
 #include "simple.h"
index 60ab44219e6a006a5d06eb17b712582973febaed..f19a712a1d3a45aa6989704c8fe4a5fa2a769cde 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid_kinit_c [] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>                  /* for TGTNAME */
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <com_err.h>
 
index 7784c1ff5c7f6fd661ab895a6632ca825335523e..e0a34d757516b7acb3e802d0662a9a4c09196f00 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_do_as_req_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/osconf.h>
 #include <com_err.h>
index c46a400ee452a9634316f0a1d26e83d4aa9e3416..bb71df935fadba6b5a32d5d810724aea0668e7cc 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_do_tgs_req_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/osconf.h>
 #include <krb5/ext-proto.h>
index abe22feb438a13a1894e8bcc6f3ce82ee4b10aa5..ade03ede8b85837c7ef814a639413487b72dcc2a 100644 (file)
@@ -32,7 +32,7 @@ static char rcsid_main_c[] =
 #include <krb5/osconf.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 #include <krb5/config.h>
index 07141a459ae4fa2e71387d6f6b5ea06099c19943..183809c234b5ee6046f8b7d70c6ffbcb66fd3b55 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_network_c[] =
 #include <krb5/osconf.h>
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/kdb.h>
 #include <com_err.h>
 #include "kdc_util.h"
index 264d663c60d9ae97ab7c8d0e2b20cf9cba606363..5bca9a27cbf2dc7dcdabd71f7440e8513faae019 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_replay_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/kdb.h>
 #include "kdc_util.h"
 
index 117c24e675ecbb2e40dc4b84334d7aca7b2538f7..7a609085ee95f6508f02eef422ddec7e0b50e9d8 100644 (file)
@@ -24,7 +24,7 @@ static char rcsid_new_rn_key_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "des_int.h"
 
 #ifndef min
index 9f7c7d649811560abc6dbb9446670cbaf41f446f..ff1265280b9bb76e99a614aa0219cd520e7813e7 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_read_password_c[] =
 #endif /* lint */
 
 #include <krb5/krb5.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include "des.h"
 
index 44c482e9815949679de6571bc540a8d87497320a..388fdc0119ccfa2978406075dd6416276e51a235 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_fetch_mkey_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */
 #include "kdbint.h"
index 3b58145682915cc0173650d178cc5690c9214beb..f7d076f6453fda0fb2671495c3dd74676f8d9218 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_store_mkey_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 #include "kdbint.h"
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */
index a94ea7ca3498f3e063dab58b76c5f69203189647..72ff2201e50d76e1807805b1d8552dd93b2bd9dd 100644 (file)
@@ -20,7 +20,7 @@
 #include <netdb.h>
 #include <krb.h>
 #include <krb5/krb5.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <netinet/in.h>
 #include <stdio.h>
index e46dc16e5e7d3c47b76ce806334b403eeac9b36e..05e680bec40fbcf2137ba9707c69c3e8455ac67b 100644 (file)
@@ -48,7 +48,7 @@ static char rcsid_ktf_util_c[] =
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
 #include <krb5/libos.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include "ktfile.h"
 #include <netinet/in.h>                        /* XXX ip only? */
index 21adddffae35252d96eb0657c944af839a6ee952..9bc5b7e5a1578f7d63cd173a38702c25b8753916 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_gcvtgt_c[] =
 
 #include <krb5/asn1.h>
 
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 #include "int-proto.h"
 
index c3b9284e9329a6f587b6d617d260ca32f7ac8e7c..211ce42c43ea446f0611ed801eb947e108099742 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_gen_seqnum_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #ifndef MIN
 #define MIN(a,b) ((a) < (b) ? (a) : (b))
index ec0567491fe45c3cab15c570aa098b5136e26f5e..5ae888a9a80b648ea54311ba25040a5f933b4b1f 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_get_in_tkt_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 /*
index 412be24893bcf7604bd4b8dd1fbd3cb7ee68701b..c52b469a9ade0111ac6195cde4021b7d7670d708 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_in_tkt_pwd_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 struct pwd_keyproc_arg {
     krb5_principal who;
index 003cb71f3d2c41d01e23d0223ba346a3b26883a7..30ed10ddb4d97d89f9d56d46a2199d4331997f00 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_mk_priv_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 /*
index bbcc0e1ff0ff4372e288d4b4ad50a8bb27f2f295..58e9777101d1c320679fbe4eb921efcf074362ad 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_mk_rep_c[] =
 #include <krb5/asn1.h>
 
 #include <krb5/libos.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <krb5/ext-proto.h>
 
index 7c1c1ca8216ba892873fc2f8029f578b9ef233b9..36d947a292b9b433ea8500f7de299328e1fb2b6f 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_mk_req_ext_c[] =
 #include <krb5/asn1.h>
 
 #include <krb5/libos.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <krb5/ext-proto.h>
 
index c5b32a462fae3d62f8901df05df11482b65a41fd..ecee2d66c741a7d56ca9436ab1fcbf3c45ab3afe 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_mk_safe_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 /*
index bc37805ec4fb782841f71369ae1cf3b46aa0d53f..65a188c4448ff25f9b746e374c646530123d033c 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid_parse_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 /*
  * converts a single-string representation of the name to the
index 7dfe5331a6fc213e04304c9752080cc9d9cfb3b0..0f9781090e6747f9e9f89b256520bfc32e84952d 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_rd_priv_c[] =
 #include <krb5/krb5.h>
 
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 extern krb5_deltat krb5_clockskew;   
index f5e7b73c9d29e8e18afd834fae072a88707ec7e2..03e8548e47ab3256a7b22b0d9db5dc4c49417b62 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_rd_rep_dec_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 
 /*
index d86d636d72e36fd131f4f0eaeec631df29beebf8..0016e34ef6a605a51a12d0bd9f50e2426c71cf9c 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_rd_req_dec_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 
 /*
index 88baba4e1a931b071e0aa2dcf6ed214bf538f431..f27e71ea4b9db5bbd97ffc3750b4b0424260db6b 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_rd_safe_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 extern krb5_deltat krb5_clockskew;
index fbebd7112aa6015b70bf7a1d3dc31db5b633e5e4..224e99c30535c09c73d57b35ab00abeefb786030 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_send_tgs_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/asn1.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 /*
  Sends a request to the TGS and waits for a response.
index 4887dbd4cac16b62770812815a22183f8b384379..21d68c8ffc93a3866c07c30287ba6fbdd8c17912 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_an_to_ln_c[] =
 #include <krb5/osconf.h>
 
 #include <krb5/krb5.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/ext-proto.h>
 
 #ifdef USE_DBM_LNAME
index 267e59898a39dc1f741795c3cd7903f7f7ed495c..1c7b3c86088c1da4a366a4661955eca7a83a0a82 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_free_hstrl_c[] =
 
 #include <krb5/ext-proto.h>
 #include <stdio.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 /*
  Frees the storage taken by a realm list returned by krb5_get_local_realm.
index 6803e7b8cc1dea630371d6745b3a833b353e72e9..6baa0942a895f9ad50360c7387fbca6953874886 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid_full_ipadr_c[] =
 #ifdef KRB5_USE_INET
 
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "os-proto.h"
 #include <netinet/in.h>
 
index 7cefd78244052e2d8f0cf956a879db82ff5e46dd..aa7e70c9aa81d2435b799995c7a17f16f2d023ca 100644 (file)
@@ -19,7 +19,7 @@ static char rcsid_gen_port_c[] =
 #include <krb5/krb5.h>
 #include <krb5/osconf.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "os-proto.h"
 
 krb5_error_code
index 2992c714a998cf2fdb6bd7bf26ecdb536de47c98..4acb14a39006d89f6c69f3ce74dd44902b00c82b 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid_gen_rname_c[] =
 #include <krb5/osconf.h>
 
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "os-proto.h"
 #ifdef KRB5_USE_INET
 #include <sys/types.h>
index ed5aeb7aec8181c2f79cde266b55b587f404cb16..150d7cefa0d63bdefde3da82a74ffb3207594717 100644 (file)
@@ -56,7 +56,7 @@ static char rcsid_hst_realm_c[] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/sysincl.h>
 #include <ctype.h>
 
index d1335f4a344ab802cacbfc555457475d42053913..ff46772fa1bf46ce6152971c42ee6f6288c40e46 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_kuserok_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/sysincl.h>
 
 #include <stdio.h>
index 0eb9bd0c18976e3aeaf247effbd2980788d5df6c..c573e7fba604582a9bac2bc1f25c1a5cadba97b4 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid_locate_kdc_c[] =
 
 #include <krb5/ext-proto.h>
 #include <stdio.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <sys/types.h>
 #include <sys/socket.h>
index 48ecc902b3ccc1dcc3b40edfba8c99cd6a392505..8d77b2b824dc1bc58bdfd3de9680399b1a04bf5e 100644 (file)
@@ -22,7 +22,7 @@ static char rcsid_port2ip_c[] =
 #ifdef KRB5_USE_INET
 
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "os-proto.h"
 #include <netinet/in.h>
 
index b7e19d19ddfb120ffe91de02936f88542ffc3aea..8bb7c4d60b05dd037474390d5a918439ae36f077 100644 (file)
@@ -24,7 +24,7 @@ static char rcsid_sendto_kdc_c[] =
 #include <sys/socket.h>
 #include <sys/time.h>
 
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include "os-proto.h"
 
 /*
index 747d5ab4bfd4c82db03ed3a5fec79b51f7fbfe5b..cf6766ed794081e7f25f6ba9aa9d1e22f0e1486f 100644 (file)
@@ -21,7 +21,7 @@ static char rcsid_timeofday_c[] =
 
 #include <krb5/config.h>
 #include <krb5/krb5.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #ifdef POSIX_TYPES
 #define timetype time_t
index c609456bb535a55e25cae0b3b009889ba876d641..d0bec2514683f79f4dd484be7f71c3506f9f6d17 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_unlock_file_c [] =
 
 #include <krb5/krb5.h>
 #include <krb5/libos.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 krb5_error_code
 krb5_unlock_file(filep, pathname)
index aac64ef7da0d3befcbafb406f5f374e8cf1a1d87..4199dc336eef868b8e6864cb6eb2d8ba4063cd9f 100644 (file)
@@ -18,7 +18,7 @@ static char rcsid_mstime_c[] =
 
 #include <krb5/config.h>
 #include <krb5/krb5.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/sysincl.h>
 
 extern int errno;
index e549dad2791bb351789d7c8d74a7a5c9f81477b1..5caa784869443c92c564c4d8da847367f6c33db2 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_kdb_mkdums_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */
index 87bda9ee298b37934bfbf0a15d078920450516ab..2d7f2768d258f2eee27386163ebc186dca593fbe 100644 (file)
@@ -23,7 +23,7 @@ static char rcsid_hammer_c [] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>                  /* for TGTNAME */
 #include <krb5/ext-proto.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 
 #include <com_err.h>
 
index ce1b20e8342213c9fb4820503905f1e00c083d8e..0014ed86753adf04af000e4caf8d70b95d1537e5 100644 (file)
@@ -20,7 +20,7 @@ static char rcsid_kdb_verify_c[] =
 #include <krb5/krb5.h>
 #include <krb5/kdb.h>
 #include <krb5/kdb_dbm.h>
-#include <krb5/libos-proto.h>
+#include <krb5/los-proto.h>
 #include <krb5/asn1.h>
 #include <krb5/config.h>
 #include <krb5/sysincl.h>              /* for MAXPATHLEN */