OSEC

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 (millertcvs.openbsd.org)
Date: Sat Nov 19 2005 - 20:24:59 CST


CVSROOT: /cvs
Module name: src
Changes by: millertcvs.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