=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/unistd.h,v retrieving revision 1.53 retrieving revision 1.54 diff -c -r1.53 -r1.54 *** src/include/unistd.h 2005/05/27 17:45:56 1.53 --- src/include/unistd.h 2005/11/20 02:24:59 1.54 *************** *** 1,4 **** ! /* $OpenBSD: unistd.h,v 1.53 2005/05/27 17:45:56 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: unistd.h,v 1.54 2005/11/20 02:24:59 millert Exp $ */ /* $NetBSD: unistd.h,v 1.26.4.1 1996/05/28 02:31:51 mrg Exp $ */ /*- *************** *** 130,136 **** #endif int acct(const char *); ! char *brk(const char *); int chroot(const char *); #if !defined(_XOPEN_SOURCE) int closefrom(int); --- 130,136 ---- #endif int acct(const char *); ! void *brk(void *); int chroot(const char *); #if !defined(_XOPEN_SOURCE) int closefrom(int); *************** *** 188,194 **** int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); int quotactl(const char *, int, int, char *); ! char *sbrk(int); #if !defined(_XOPEN_SOURCE) int select(int, fd_set *, fd_set *, fd_set *, struct timeval *); --- 188,194 ---- int rresvport_af(int *, int); int ruserok(const char *, int, const char *, const char *); int quotactl(const char *, int, int, char *); ! void *sbrk(int); #if !defined(_XOPEN_SOURCE) int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);