summaryrefslogtreecommitdiff
path: root/sysutils/cmdwatch/files/patch-cmdwatch.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add patch to shuffle around the command line realloc loop toBeat Gaetzi2009-06-061-0/+20
avoid a assigning endp to the end of the buffer then realloc()ing the buffer to a different location. 'cmdwatch ps ruaxww' failed consistently due to this bug. - Bump PORTREVISION. Submitted by: brian@ (via private mail) Approved by: miwi (mentor, implicit) Notes: svn path=/head/; revision=235301