svn commit: r279382 - head/sys/boot/userboot/libstand
David E. O'Brien
obrien at FreeBSD.org
Fri Feb 27 22:23:36 UTC 2015
Author: obrien
Date: Fri Feb 27 22:23:35 2015
New Revision: 279382
URL: https://svnweb.freebsd.org/changeset/base/279382
Log:
sys/boot/userboot/libstand/libstand.a should also include strtoul.c;
as lib/libstand/ and sys/boot/libstand32/ already does.
Modified:
head/sys/boot/userboot/libstand/Makefile
Modified: head/sys/boot/userboot/libstand/Makefile
==============================================================================
--- head/sys/boot/userboot/libstand/Makefile Fri Feb 27 22:22:05 2015 (r279381)
+++ head/sys/boot/userboot/libstand/Makefile Fri Feb 27 22:23:35 2015 (r279382)
@@ -43,7 +43,7 @@ CFLAGS+= -msoft-float -D_STANDALONE
# standalone components and stuff we have modified locally
SRCS+= gzguts.h zutil.h __main.c assert.c bcd.c bswap.c environment.c getopt.c gets.c \
- globals.c pager.c printf.c strdup.c strerror.c strtol.c random.c \
+ globals.c pager.c printf.c strdup.c strerror.c strtol.c strtoul.c random.c \
sbrk.c twiddle.c zalloc.c zalloc_malloc.c
# private (pruned) versions of libc string functions
More information about the svn-src-all
mailing list