summaryrefslogtreecommitdiff
path: root/source4/smbd
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2012-09-24 09:42:15 +0200
committerJelmer Vernooij <jelmer@samba.org>2012-09-24 23:06:07 +0200
commit78cb9fd91bc1ac73ad1a1deb8c9423f88729b707 (patch)
treea8d4eaff1847f42ddf71b9301f5c5e2347ba3353 /source4/smbd
parentfd8d4ec34785e71de3f8458222d196d454d0e723 (diff)
downloadsamba-78cb9fd91bc1ac73ad1a1deb8c9423f88729b707.tar.gz
samba-78cb9fd91bc1ac73ad1a1deb8c9423f88729b707.tar.bz2
samba-78cb9fd91bc1ac73ad1a1deb8c9423f88729b707.zip
Remove compatibility code for setproctitle() now moved to libreplace.
Diffstat (limited to 'source4/smbd')
-rw-r--r--source4/smbd/process_prefork.c13
-rw-r--r--source4/smbd/process_standard.c13
2 files changed, 0 insertions, 26 deletions
diff --git a/source4/smbd/process_prefork.c b/source4/smbd/process_prefork.c
index e4a519a1d5..24ae4cfca2 100644
--- a/source4/smbd/process_prefork.c
+++ b/source4/smbd/process_prefork.c
@@ -32,19 +32,6 @@
#include "param/param.h"
#include "ldb_wrap.h"
-#ifdef HAVE_SETPROCTITLE
-#ifdef HAVE_SETPROCTITLE_H
-#include <setproctitle.h>
-#endif
-#else
-#define setproctitle none_setproctitle
-static int none_setproctitle(const char *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
-static int none_setproctitle(const char *fmt, ...)
-{
- return 0;
-}
-#endif
-
NTSTATUS process_model_prefork_init(void);
/*
diff --git a/source4/smbd/process_standard.c b/source4/smbd/process_standard.c
index dd5f958974..c5377b34e0 100644
--- a/source4/smbd/process_standard.c
+++ b/source4/smbd/process_standard.c
@@ -29,19 +29,6 @@
#include "param/param.h"
#include "ldb_wrap.h"
-#ifdef HAVE_SETPROCTITLE
-#ifdef HAVE_SETPROCTITLE_H
-#include <setproctitle.h>
-#endif
-#else
-#define setproctitle none_setproctitle
-static int none_setproctitle(const char *fmt, ...) PRINTF_ATTRIBUTE(1, 2);
-static int none_setproctitle(const char *fmt, ...)
-{
- return 0;
-}
-#endif
-
NTSTATUS process_model_standard_init(void);
/* we hold a pipe open in the parent, and the any child