diff options
Diffstat (limited to 'bsd-misc.h')
-rw-r--r-- | bsd-misc.h | 4 |
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 | ||
31 | void setproctitle(const char *fmt, ...); | ||
32 | #endif /* !HAVE_SETPROCTITLE */ | ||
33 | |||
34 | #ifndef HAVE_SETENV | 30 | #ifndef HAVE_SETENV |
35 | int setenv(const char *name, const char *value, int overwrite); | 31 | int setenv(const char *name, const char *value, int overwrite); |
36 | #endif /* !HAVE_SETENV */ | 32 | #endif /* !HAVE_SETENV */ |