CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/12/01 14:58:46
Modified files:
usr.bin/cvs : buf.c cvs.c diff3.c diff_internals.c getlog.c
rcsparse.c server.c util.c xmalloc.c xmalloc.h
usr.bin/rcs : buf.c diff.c diff3.c rcsdiff.c rcsnum.c
rcsparse.c rcsprog.c rcsutil.c xmalloc.c
xmalloc.h
Log message:
An internal function called xrealloc() is actually a fail-hard
reallocarray()... so rename it.
