search for: setproctitle_ps_padding

Displaying 3 results from an estimated 3 matches for "setproctitle_ps_padding".

2003 Jan 19
1
OpenSSH build failure on NetBSD 1.5.2
...le.c --- openbsd-compat/setproctitle.c 12 Jan 2003 23:04:59 -0000 1.4 +++ openbsd-compat/setproctitle.c 17 Jan 2003 11:10:34 -0000 @@ -51,8 +51,6 @@ #include <sys/exec.h> #endif -extern char **environ; - /*------ * Alternative ways of updating ps display: * @@ -86,6 +84,9 @@ #ifndef SETPROCTITLE_PS_PADDING # define SETPROCTITLE_PS_PADDING ' ' #endif +#endif /* HAVE_SETPROCTITLE */ + +extern char **environ; /* * argv clobbering uses existing argv space, all other methods need a buffer @@ -104,6 +105,7 @@ extern char *__progname; +#ifndef HAVE_SETPROCTITLE /* * Call this to updat...
2003 Jan 09
8
[Bug 236] No setproctitle() replacement for many unices
http://bugzilla.mindrot.org/show_bug.cgi?id=236 ------- Additional Comments From djm at mindrot.org 2003-01-09 11:22 ------- This seems to work on Linux and I have had reports of it working on other platforms too. Please test this patch and report here or on the list. I'd like to get this in for the next version. ------- You are receiving this mail because: ------- You are the
2003 Jan 25
1
Build failures: nanosleep on Solaris and AIX 4.2.x
...=========================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/acconfig.h,v retrieving revision 1.147 diff -u -r1.147 acconfig.h --- acconfig.h 12 Jan 2003 23:04:59 -0000 1.147 +++ acconfig.h 25 Jan 2003 05:20:54 -0000 @@ -371,6 +371,9 @@ #undef SETPROCTITLE_STRATEGY #undef SETPROCTITLE_PS_PADDING +/* Have nanosleep() */ +#undef HAVE_NANOSLEEP + @BOTTOM@ /* ******************* Shouldn't need to edit below this line ************** */ Index: configure.ac =================================================================== RCS file: /usr/local/src/security/openssh/cvs/openssh_cvs/confi...