CVSROOT: /cvs Module name: src Changes by: art@cvs.openbsd.org 2001/05/01 07:26:59 Modified files: usr.bin/mg : fileio.c Log message: Use opendir/readdir instead of open/read when making a file list. This makes filename tab-completion work and takes dired a step further.