Index: src/include/stdlib.h diff -u src/include/stdlib.h:1.60 src/include/stdlib.h:1.61 --- src/include/stdlib.h:1.60 Sat Aug 30 22:21:18 2014 +++ src/include/stdlib.h Mon Dec 8 15:39:56 2014 @@ -1,4 +1,4 @@ -/* $OpenBSD: stdlib.h,v 1.60 2014/08/31 02:21:18 guenther Exp $ */ +/* $OpenBSD: stdlib.h,v 1.61 2014/12/08 20:39:56 tedu Exp $ */ /* $NetBSD: stdlib.h,v 1.25 1995/12/27 21:19:08 jtc Exp $ */ /*- @@ -194,8 +194,6 @@ char *realpath(const char *, char *) __attribute__((__bounded__ (__minbytes__,2,1024))); -int setkey(const char *); - /* * XSI functions marked LEGACY in XPG5 and removed in IEEE Std 1003.1-2001 */ @@ -282,8 +280,6 @@ int daemon(int, int); char *devname(int, mode_t); int getloadavg(double [], int); - -void cfree(void *); const char * getprogname(void);