Renamed a file for DOS 8.3 compatability
authorKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 05:17:56 +0000 (05:17 +0000)
committerKeith Vetter <keithv@fusion.com>
Tue, 28 Mar 1995 05:17:56 +0000 (05:17 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5281 dc483132-0cff-0310-8789-dd5450dbe970

src/krb524/ChangeLog
src/krb524/Makefile
src/krb524/cnv_tkt_skey.c [moved from src/krb524/conv_tkt_skey.c with 100% similarity]

index c6f09259c62a203d00e92cfefae606f06aa9806a..2049b02aac2be7087e1ebe5d978d8b6b625e1eaa 100644 (file)
@@ -1,3 +1,9 @@
+Wed Mar 27 21:15:00 1995  Keith Vetter (keithv@fusion.com)
+
+       * renamed conv_tkt_skey.c to cnv_tkt_skey.c for DOS 8.3
+          compatability.
+       * Makefile: reflected the above change
+
 Tue Feb 28 02:31:22 1995  John Gilmore  (gnu at toad.com)
 
        * README, *.[ch]:  Avoid <...> includes for our include files.
index 4a1ce7e223af088fd289c6e1a657dd8fcc7a6454..fb088d6ae9b31e11e7e64210e8f3859fa98ce70c 100644 (file)
@@ -23,9 +23,9 @@
 KRB5TOP = /ua/software/build/sun4/krb5.src.B2/src
 
 # Library sources
-SRCS   = conv_creds.c conv_princ.c conv_tkt.c conv_tkt_skey.c \
+SRCS   = conv_creds.c conv_princ.c conv_tkt.c cnv_tkt_skey.c \
        encode.c misc.c globals.c sendmsg.c krb524_err.et
-OBJS   = conv_creds.o conv_princ.o conv_tkt.o conv_tkt_skey.o \
+OBJS   = conv_creds.o conv_princ.o conv_tkt.o cnv_tkt_skey.o \
        encode.o misc.o globals.o sendmsg.o krb524_err.o
 
 GENS   = krb524_err.c krb524_err.h