\0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
should be used. Note len, not len + 1.) BSD-fu from Anton
Berezin.
p4raw-id: //depot/perl@11548
* but not the "(perl) suffix from the ps(1)
* output, because that's what ps(1) shows if the
* argv[] is modified. */
- setproctitle("-%s", s, len + 1);
+ setproctitle("-%s", s);
# else /* old FreeBSDs, NetBSD, OpenBSD, anyBSD */
/* This doesn't really work if you assume that
* $0 = 'foobar'; will wipe out 'perl' from the $0