From e37cbc50f64fb68593bd24f9e8676d5cec0aec65 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 29 Mar 1991 08:37:51 +0000 Subject: [PATCH] fix name of .c files (send_msg should be write_msg) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1956 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/Imakefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/krb5/os/Imakefile b/src/lib/krb5/os/Imakefile index 194ccf953..6406afd2e 100644 --- a/src/lib/krb5/os/Imakefile +++ b/src/lib/krb5/os/Imakefile @@ -33,12 +33,13 @@ OBJS= \ rnd_confoun.o \ read_msg.o \ read_pwd.o \ - send_msg.o \ sendto_kdc.o \ sn2princ.o \ timeofday.o \ unlck_file.o \ - ustime.o + ustime.o \ + write_msg.o + SRCS= \ an_to_ln.c \ @@ -63,12 +64,11 @@ SRCS= \ read_pwd.c \ port2ip.c \ rnd_confoun.c \ - send_msg.c \ sendto_kdc.c \ sn2princ.c \ timeofday.c \ unlck_file.c \ - ustime.c - + ustime.c \ + write_msg.c Krb5LibraryTarget(os,${OBJS}) -- 2.26.2