On Wed, 14 Jul 1999 13:28:07 -0400, Wayne Cuddy wrote:
> Even though I am developing on FBSD is there a "more portable" way to
> do this?
See the STANDARDS section of the setproctitle(3) manpage. If you worry
that you may port to an operating system whose setproctitle() has a
different calling convention, then stick to manipulating argv[0]. If
your only concern is whether setproctitle() will be present on other
systems, you'll probably want an #ifdef SETPROCTITLE.
Ciao,
Sheldon.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message