summaryrefslogtreecommitdiff
path: root/bsd-misc.h
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.h
parentb5628647ad1e48d026064e5acc0d8dc0b8021cfa (diff)
- (stevesk) Add initial support for setproctitle(). Current
support is for the HP-UX pstat(PSTAT_SETCMD, ...) method.
Diffstat (limited to 'bsd-misc.h')
-rw-r--r--bsd-misc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/bsd-misc.h b/bsd-misc.h
index 477048b74..0546ef1fe 100644
--- a/bsd-misc.h
+++ b/bsd-misc.h
@@ -27,10 +27,6 @@
27 27
28#include "config.h" 28#include "config.h"
29 29
30#ifndef HAVE_SETPROCTITLE
31void setproctitle(const char *fmt, ...);
32#endif /* !HAVE_SETPROCTITLE */
33
34#ifndef HAVE_SETENV 30#ifndef HAVE_SETENV
35int setenv(const char *name, const char *value, int overwrite); 31int setenv(const char *name, const char *value, int overwrite);
36#endif /* !HAVE_SETENV */ 32#endif /* !HAVE_SETENV */