suggested bsd-setproctitle.c

Kevin Steves stevesk at sweden.hp.com
Tue Nov 7 07:18:20 EST 2000


On Mon, 6 Nov 2000, Ben Lindstrom wrote:
: I'll have to look at it when I get home tonight.. but it does not work
: as claimed under Linux.  So I doubt it will work under NeXT.

ok, in main() programs we need to have:

#ifndef HAVE___PROGNAME
const char *__progname = "foo";
#else
extern char *__progname;
#endif






More information about the openssh-unix-dev mailing list