CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2026/03/11 08:54:55

Modified files:
        usr.bin/pkill  : pkill.c 

Log message:
Increase argv buffer from _POSIX2_LINE_MAX to _POSIX_ARG_MAX.

This better handles matching commands with long arguments.  Note
that it is still possible for a command to have command line arguments
larger than _POSIX_ARG_MAX, but this should be enough in most cases.
>From Mikolaj Kucharski

Reply via email to