rename strc{py,at}_truncate -> strlc{py,at}

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6977 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-09-16 19:28:09 +00:00
parent b62b986da1
commit f158c93863
2 changed files with 4 additions and 6 deletions

View File

@@ -45,8 +45,6 @@ libroken_la_SOURCES = \
simple_exec.c \ simple_exec.c \
snprintf.c \ snprintf.c \
socket.c \ socket.c \
strcat_truncate.c \
strcpy_truncate.c \
tm2time.c \ tm2time.c \
verify.c \ verify.c \
warnerr.c \ warnerr.c \
@@ -98,6 +96,8 @@ EXTRA_libroken_la_SOURCES = \
strdup.c \ strdup.c \
strerror.c \ strerror.c \
strftime.c \ strftime.c \
strlcat.c \
strlcpy.c \
strlwr.c \ strlwr.c \
strncasecmp.c \ strncasecmp.c \
strndup.c \ strndup.c \

View File

@@ -93,11 +93,11 @@ SOURCES = \
snprintf.c \ snprintf.c \
socket.c \ socket.c \
strcasecmp.c \ strcasecmp.c \
strcat_truncate.c \
strcpy_truncate.c \
strdup.c \ strdup.c \
strerror.c \ strerror.c \
strftime.c \ strftime.c \
strlcat.c \
strlcpy.c \
strlwr.c \ strlwr.c \
strncasecmp.c \ strncasecmp.c \
strndup.c \ strndup.c \
@@ -143,8 +143,6 @@ OBJECTS = \
print_version.o \ print_version.o \
resolve.o \ resolve.o \
roken_gethostby.o \ roken_gethostby.o \
strcat_truncate.o \
strcpy_truncate.o \
signal.o \ signal.o \
simple_exec.o \ simple_exec.o \
snprintf.o \ snprintf.o \