From 7bfecbc4117c0917eaea6d4a8b6dad4db78982f1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 1 Oct 1995 19:02:29 +0000 Subject: [PATCH] (SOURCES): Add strtoul. --- lib/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.in b/lib/Makefile.in index bcf342fecf..83808f5cbe 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -38,7 +38,7 @@ modechange.c mountlist.c obstack.c safe-read.c savedir.c \ 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 \ -- 2.30.2