summaryrefslogtreecommitdiffstats
path: root/usr.bin/diff/xmalloc.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bring in some changes from rcsdiff:ray2007-05-291-0/+91
1. Replace all the e*alloc functions with the x*alloc versions. 2. Whitespace syncs according to style. 3. Remove the __inline stuff. 4. Remove the min/max functions, using the MAX/MIN macros instead. OK millert@