diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-05-10 11:49:51 +0000 |
commit | 0914e541f5480834c1b0ddc98b5f71f7f7abf9cb (patch) | |
tree | 76f6eb086ab73689d272d398077dd3cb6b486cd4 /source3/utils/status.c | |
parent | c507ebe56741d773bf6e7ad547863a2da1aee687 (diff) | |
download | samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.gz samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.tar.xz samba-0914e541f5480834c1b0ddc98b5f71f7f7abf9cb.zip |
Reverse previous patch from Stefan and me after comments by Andrew Bartlett
(This used to be commit d817eaf0ecca2d878ab1ffcf7a747a02d71c811e)
Diffstat (limited to 'source3/utils/status.c')
-rw-r--r-- | source3/utils/status.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/utils/status.c b/source3/utils/status.c index fab55baabbb..bbaeecdd6bb 100644 --- a/source3/utils/status.c +++ b/source3/utils/status.c @@ -35,8 +35,6 @@ #include "includes.h" -#include "module_dummy.h" - static pstring Ucrit_username = ""; /* added by OH */ static pid_t Ucrit_pid[100]; /* Ugly !!! */ /* added by OH */ static int Ucrit_MaxPid=0; /* added by OH */ |