moving buffer allocation schemes from busybox.h to libbb.h

Bernhard Fischer rep.nop at aon.at
Fri Mar 31 22:40:48 UTC 2006


Hi,

I want to move the buffer allocation schemes from busybox.h to libbb.h.

That way, we could use the RESERVE_CONFIG_{U,}BUFFER /
RELEASE_CONFIG_BUFFER also in libbb.

The following files will have to be changed to include the correct .h
(libbb.h instead of busybox.h):
$ grep -l busybox.h libbb/*
libbb/bb_echo.c
libbb/copyfd.c
libbb/copy_file.c
libbb/get_terminal_width_height.c
libbb/md5.c
libbb/messages.c
libbb/sha1.c
libbb/xgetlarg.c




More information about the busybox mailing list