From 90f24e5b34c67a98b632d5fbd597635b790090da Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sun, 22 Nov 2009 19:20:29 +0100 Subject: Rename kd_atoi into mach_atoi * i386/i386at/kd.c: Include (DEFAULT): Remove, replaced by MACH_ATOI_DEFAULT. (kd_parserest): Use mach_atoi instead of kd_atoi and MACH_ATOI_DEFAULT instead of DEFAULT. (kd_atoi): Move and rename function to... * util/atoi.c: ... mach_atoi in new file. * i386/i386at/kd.h (kd_atoi): Move and rename declaration to... * util/atoi.h: ... mach_atoi in new file. * Makefrag.am (libkernel_a_SOURCES): Add util/atoi.c --- Makefrag.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefrag.am') diff --git a/Makefrag.am b/Makefrag.am index c33a378..bf5b593 100644 --- a/Makefrag.am +++ b/Makefrag.am @@ -207,7 +207,8 @@ EXTRA_DIST += \ libkernel_a_SOURCES += \ util/putchar.c \ - util/puts.c + util/puts.c \ + util/atoi.c # # Virtual memory implementation. -- cgit v1.2.3