CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/12/03 15:37:12
Modified files:
bin/cat : cat.c
Log message:
cat(1): remove global 'filename' variable
There is no need for the global filename variable. Both cook_buf()
and raw_cat() can accept a filename variable from the caller to use
for printing warnings.
ok martijn@
