=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/diff/xmalloc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/diff/xmalloc.h 2009/06/07 08:39:13 1.2 --- src/usr.bin/diff/xmalloc.h 2015/04/29 04:00:25 1.3 *************** *** 1,4 **** ! /* $OpenBSD: xmalloc.h,v 1.2 2009/06/07 08:39:13 ray Exp $ */ /* * Author: Tatu Ylonen --- 1,4 ---- ! /* $OpenBSD: xmalloc.h,v 1.3 2015/04/29 04:00:25 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 *, ...)