changeset 20180:820a7f986619

(SOURCES): Add strtoul.
author Jim Meyering <jim@meyering.net>
date Sun, 01 Oct 1995 19:02:29 +0000
parents 5a89affad931
children ed93f36cb21a
files lib/Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/Makefile.in	Sun Oct 01 18:23:29 1995 +0000
+++ b/lib/Makefile.in	Sun Oct 01 19:02:29 1995 +0000
@@ -38,7 +38,7 @@
 stripslash.c xgetcwd.c xmalloc.c xstrdup.c userspec.c yesno.c \
 fileblocks.c fnmatch.c ftruncate.c mkdir.c mktime.c rename.c rmdir.c \
 save-cwd.c stpcpy.c \
-strdup.c strstr.c strtol.c alloca.c long-options.c \
+strdup.c strstr.c strtol.c strtoul.c alloca.c long-options.c \
 memcmp.c memcpy.c memset.c xstrtol.c xstrtoul.c
 
 OBJECTS = getdate.o posixtm.o \