CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/05/24 12:51:00
Modified files: bin/pax : ar_io.c cache.c ftree.c options.c pat_rep.c sel_subs.c tables.c Log message: Delete pointless casts: free() return value to (void), free()'s argument to (char *), and malloc/calloc's return value to the type of the variable it's being assigned to. Convert the one calloc() where the zeroing isn't needed to a reallocarray(). ok millert@