Date: Mon, 4 Mar 2002 04:00:34 -0800 (PST) From: David Malone <dwmalone@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/lib/libc/sys brk.2 src/libexec/rtld-aout rtld.c src/libexec/rtld-elf malloc.c Message-ID: <200203041200.g24C0YA39009@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
dwmalone 2002/03/04 04:00:34 PST
Modified files: (Branch: RELENG_4)
include unistd.h
lib/libc/sys brk.2
libexec/rtld-aout rtld.c
libexec/rtld-elf malloc.c
Log:
MFC:
Change brk's prototype from char *brk(const char *) to int brk(const void *)
and sbrk's prototype from char *sbrk(int) to void *sbrk(intptr_t).
Revision Changes Path
1.35.2.8 +2 -2 src/include/unistd.h
1.13.2.10 +7 -15 src/lib/libc/sys/brk.2
1.58.2.2 +2 -2 src/libexec/rtld-aout/rtld.c
1.3.2.2 +1 -2 src/libexec/rtld-elf/malloc.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203041200.g24C0YA39009>
