summaryrefslogtreecommitdiff
path: root/source3/utils/status.c
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-07-22 00:20:53 +0000
committerTim Potter <tpot@samba.org>2003-07-22 00:20:53 +0000
commit274f1f8806f091a38bbf65363d7edf681459b58d (patch)
treebb682c1a3617a08ca9edebe571db08e3a25752ca /source3/utils/status.c
parent63537d0add21301bc069a0cceac21cd36dbc51fd (diff)
downloadsamba-274f1f8806f091a38bbf65363d7edf681459b58d.tar.gz
samba-274f1f8806f091a38bbf65363d7edf681459b58d.tar.bz2
samba-274f1f8806f091a38bbf65363d7edf681459b58d.zip
Replace the eight (!) copies of dummy become/unbecome root with a single one.
(This used to be commit 8b818ce381595cdcb36631a2440d6aa0038805f1)
Diffstat (limited to 'source3/utils/status.c')
-rw-r--r--source3/utils/status.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c
index 8e2cf87478..8bf67fc4d6 100644
--- a/source3/utils/status.c
+++ b/source3/utils/status.c
@@ -45,10 +45,6 @@ static int locks_only = 0; /* Added by RJS */
static BOOL processes_only=False;
static int show_brl;
-/* we need these because we link to locking*.o */
- void become_root(void) {}
- void unbecome_root(void) {}
-
/* added by OH */
static void Ucrit_addUsername(const char *username)
{