summaryrefslogtreecommitdiff
path: root/bsd-misc.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@pobox.com>2000-10-18 13:11:44 +0000
committerKevin Steves <stevesk@pobox.com>2000-10-18 13:11:44 +0000
commit8848b249ff1f6059271480c4abcedc9a3762f9c6 (patch)
tree4f9aa337e0103370532d5511cc1f7ca1bddfe40b /bsd-misc.c
parentb5628647ad1e48d026064e5acc0d8dc0b8021cfa (diff)
- (stevesk) Add initial support for setproctitle(). Current
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
Diffstat (limited to 'bsd-misc.c')
-rw-r--r--bsd-misc.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/bsd-misc.c b/bsd-misc.c
index 6059f5d39..59814946c 100644
--- a/bsd-misc.c
+++ b/bsd-misc.c
@@ -26,13 +26,6 @@
26#include "xmalloc.h" 26#include "xmalloc.h"
27#include "ssh.h" 27#include "ssh.h"
28 28
29#ifndef HAVE_SETPROCTITLE
30void setproctitle(const char *fmt, ...)
31{
32 /* FIXME */
33}
34#endif /* !HAVE_SETPROCTITLE */
35
36#ifndef HAVE_SETLOGIN 29#ifndef HAVE_SETLOGIN
37int setlogin(const char *name) 30int setlogin(const char *name)
38{ 31{