change filename: unlock_file to unlck_file
authorJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:58:30 +0000 (14:58 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Mon, 5 Feb 1990 14:58:30 +0000 (14:58 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@277 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/Imakefile

index e8c460eba0210564c80dc90b3ede947371a370a3..12e702c85b672949b28547ae145741e92591b76e 100644 (file)
@@ -1,9 +1,9 @@
 NormalLibraryObjectRule()
 
 OBJS=defname.o getaddr.o lock_file.o mstime.o \
-       read_pwd.o timeofday.o unlock_file.o config_fn.o
+       read_pwd.o timeofday.o unlck_file.o config_fn.o
 
 SRCS=defname.c getaddr.c lock_file.c mstime.c \
-       read_pwd.c timeofday.c unlock_file.c config_fn.c
+       read_pwd.c timeofday.c unlck_file.c config_fn.c
 
 NormalLibraryTarget(os,${OBJS})