=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rcs/xmalloc.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rcs/xmalloc.h 2006/04/26 02:55:13 1.1 --- src/usr.bin/rcs/xmalloc.h 2014/12/01 21:58:46 1.2 *************** *** 1,4 **** ! /* $OpenBSD: xmalloc.h,v 1.1 2006/04/26 02:55:13 joris Exp $ */ /* * Author: Tatu Ylonen --- 1,4 ---- ! /* $OpenBSD: xmalloc.h,v 1.2 2014/12/01 21:58:46 deraadt Exp $ */ /* * Author: Tatu Ylonen *************** *** 21,27 **** void *xmalloc(size_t); void *xcalloc(size_t, size_t); ! void *xrealloc(void *, size_t, size_t); void xfree(void *); char *xstrdup(const char *); int xasprintf(char **, const char *, ...) --- 21,27 ---- void *xmalloc(size_t); void *xcalloc(size_t, size_t); ! void *xreallocarray(void *, size_t, size_t); void xfree(void *); char *xstrdup(const char *); int xasprintf(char **, const char *, ...)