CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/08/04 10:47:05
Modified files:
usr.bin/paste : paste.c
Log message:
obvious KNF: avoid '!' for tests of non-boolean variables,
__dead void usage, return from main and return is not a function,
err(1, NULL) after malloc failure, and garbage collect (void) casts
on functions that usually do not need return value checks
