From 8848b249ff1f6059271480c4abcedc9a3762f9c6 Mon Sep 17 00:00:00 2001 From: Kevin Steves Date: Wed, 18 Oct 2000 13:11:44 +0000 Subject: - (stevesk) Add initial support for setproctitle(). Current support is for the HP-UX pstat(PSTAT_SETCMD, ...) method. --- bsd-misc.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'bsd-misc.h') 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 @@ #include "config.h" -#ifndef HAVE_SETPROCTITLE -void setproctitle(const char *fmt, ...); -#endif /* !HAVE_SETPROCTITLE */ - #ifndef HAVE_SETENV int setenv(const char *name, const char *value, int overwrite); #endif /* !HAVE_SETENV */ -- cgit v1.2.3