CVSROOT: /cvs Module name: src Changes by: dera...@cvs.openbsd.org 2021/12/03 08:15:22
Modified files: usr.bin/lam : lam.c Log message: Fixed-size NOFILE_MAX (from sys/param.h of course) array is crazy, so rewrite to expand the array as needed. ok tb