CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2016/10/11 10:22:15
Modified files: usr.bin/unexpand: unexpand.c Log message: Make the "all" global variable local to main() since it is passed to tabify() already. Adapted from a diff by Jan Stary.