CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/11/15 21:16:41
Modified files:
usr.bin/mg : basic.c cscope.c dired.c echo.c extend.c
fileio.c grep.c line.c main.c paragraph.c
sysdef.h
Log message:
Stop using <sys/param.h>; replace MAXPATHLEN with PATH_MAX, stop using MAX(),
and pull in <limits.h> for *_MAX constants.
inspired on a diff from Kamil Rytarowski (n54 (at) gmx.com)
ok bcallah@
