From f158c93863c285c0d836b1652a9f078345c51d5b Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 16 Sep 1999 19:28:09 +0000 Subject: [PATCH] rename strc{py,at}_truncate -> strlc{py,at} git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6977 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/Makefile.am | 4 ++-- lib/roken/Makefile.in | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/lib/roken/Makefile.am b/lib/roken/Makefile.am index 65803155a..71b1b3a75 100644 --- a/lib/roken/Makefile.am +++ b/lib/roken/Makefile.am @@ -45,8 +45,6 @@ libroken_la_SOURCES = \ simple_exec.c \ snprintf.c \ socket.c \ - strcat_truncate.c \ - strcpy_truncate.c \ tm2time.c \ verify.c \ warnerr.c \ @@ -98,6 +96,8 @@ EXTRA_libroken_la_SOURCES = \ strdup.c \ strerror.c \ strftime.c \ + strlcat.c \ + strlcpy.c \ strlwr.c \ strncasecmp.c \ strndup.c \ diff --git a/lib/roken/Makefile.in b/lib/roken/Makefile.in index e8f5e6f0e..c479a5fbd 100644 --- a/lib/roken/Makefile.in +++ b/lib/roken/Makefile.in @@ -93,11 +93,11 @@ SOURCES = \ snprintf.c \ socket.c \ strcasecmp.c \ - strcat_truncate.c \ - strcpy_truncate.c \ strdup.c \ strerror.c \ strftime.c \ + strlcat.c \ + strlcpy.c \ strlwr.c \ strncasecmp.c \ strndup.c \ @@ -143,8 +143,6 @@ OBJECTS = \ print_version.o \ resolve.o \ roken_gethostby.o \ - strcat_truncate.o \ - strcpy_truncate.o \ signal.o \ simple_exec.o \ snprintf.o \