|
Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com |
CVS: cvs.openbsd.org: src
From: Todd C. Miller (millert
cvs.openbsd.org)
Date: Sat Nov 19 2005 - 20:24:59 CST
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
CVSROOT: /cvs
Module name: src
Changes by: millert
cvs.openbsd.org 2005/11/19 19:24:59
Modified files:
include : unistd.h
lib/libc/sys : brk.2
Log message:
brk() and sbrk() should use void *, not char *. Note that sbrk()
should take intptr_t, not int, but we don't presently have intptr_t
available from unistd.h. OK marco
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]