search for: setproctitle_ps_pad

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

Did you mean: setproctitle_ps_padd
2003 Jan 19
1
OpenSSH build failure on NetBSD 1.5.2
...function) ../../openbsd-compat/setproctitle.c:216: `ps_buffer_size' undeclared (first use in this function) ../../openbsd-compat/setproctitle.c:223: `environ' undeclared (first use in this function) *** Error code 1 $ grep SETPROCTITLE config.h /* #undef SETPROCTITLE_STRATEGY */ /* #undef SETPROCTITLE_PS_PADD #define HAVE_SETPROCTITLE 1 -- Darren Tucker (dtucker at zip.com.au) GPG key 8FF4FA69 / D9A3 86E9 7EEE AF4B B2D4 37C9 C982 80C7 8FF4 FA69 Good judgement comes with experience. Unfortunately, the experience usually comes from bad judgement. -------------- next part -------------- Index: open...
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/c...