summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2001-04-28 01:07:27 +0000
committerGerald Carter <jerry@samba.org>2001-04-28 01:07:27 +0000
commit0feaac00a1847af41464d4ce35821ff851cded9c (patch)
tree8896c336ae3ed45b4918ef97d99506c6b1391c54
parente7ef88dfeef658928f1a2dd79f3d142417be2015 (diff)
downloadsamba-0feaac00a1847af41464d4ce35821ff851cded9c.tar.gz
samba-0feaac00a1847af41464d4ce35821ff851cded9c.tar.xz
samba-0feaac00a1847af41464d4ce35821ff851cded9c.zip
few cleanups to bring in line with 2.2
-rw-r--r--source/lib/cmd_interp.c1
-rw-r--r--source/passdb/pdb_smbpasswd.c2
-rw-r--r--source/rpc_client/cli_connect.c1
-rw-r--r--source/rpc_client/cli_spoolss.c1
-rw-r--r--source/rpc_client/cli_spoolss_notify.c1
-rw-r--r--source/rpc_client/cli_use.c1
-rw-r--r--source/rpc_client/msrpc_spoolss.c1
-rw-r--r--source/rpc_client/ncacn_np_use.c1
-rw-r--r--source/rpc_parse/parse_samr.c1
9 files changed, 0 insertions, 10 deletions
diff --git a/source/lib/cmd_interp.c b/source/lib/cmd_interp.c
index 7d40a381361..7934dd0ce9b 100644
--- a/source/lib/cmd_interp.c
+++ b/source/lib/cmd_interp.c
@@ -27,7 +27,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#ifndef REGISTER
#define REGISTER 0
diff --git a/source/passdb/pdb_smbpasswd.c b/source/passdb/pdb_smbpasswd.c
index 8432a4cc230..57253d9b78c 100644
--- a/source/passdb/pdb_smbpasswd.c
+++ b/source/passdb/pdb_smbpasswd.c
@@ -1160,8 +1160,6 @@ Error was %s\n", pwd->smb_name, pfile2, strerror(errno)));
********************************************************************/
static BOOL build_smb_pass (struct smb_passwd *smb_pw, SAM_ACCOUNT *sampass)
{
- uint8 *ptr;
-
if (sampass == NULL)
return False;
diff --git a/source/rpc_client/cli_connect.c b/source/rpc_client/cli_connect.c
index 0eceda4c4cf..ed011223836 100644
--- a/source/rpc_client/cli_connect.c
+++ b/source/rpc_client/cli_connect.c
@@ -24,7 +24,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
static struct cli_connection **con_list = NULL;
diff --git a/source/rpc_client/cli_spoolss.c b/source/rpc_client/cli_spoolss.c
index c17db2be85a..2dd492364b7 100644
--- a/source/rpc_client/cli_spoolss.c
+++ b/source/rpc_client/cli_spoolss.c
@@ -24,7 +24,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpc_client/cli_spoolss_notify.c b/source/rpc_client/cli_spoolss_notify.c
index 879a4f129fc..a67b56adc55 100644
--- a/source/rpc_client/cli_spoolss_notify.c
+++ b/source/rpc_client/cli_spoolss_notify.c
@@ -22,7 +22,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#include "nterr.h"
extern int DEBUGLEVEL;
diff --git a/source/rpc_client/cli_use.c b/source/rpc_client/cli_use.c
index 93560e9772b..5cd50ca5b00 100644
--- a/source/rpc_client/cli_use.c
+++ b/source/rpc_client/cli_use.c
@@ -24,7 +24,6 @@
#include "includes.h"
#include "trans2.h"
-#include "rpc_client.h"
extern int DEBUGLEVEL;
extern pstring scope;
diff --git a/source/rpc_client/msrpc_spoolss.c b/source/rpc_client/msrpc_spoolss.c
index bee30de8541..49381783524 100644
--- a/source/rpc_client/msrpc_spoolss.c
+++ b/source/rpc_client/msrpc_spoolss.c
@@ -24,7 +24,6 @@
#include "includes.h"
#include "nterr.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#include "rpcclient.h"
extern int DEBUGLEVEL;
diff --git a/source/rpc_client/ncacn_np_use.c b/source/rpc_client/ncacn_np_use.c
index 1a3938b6e9d..cb55feb655b 100644
--- a/source/rpc_client/ncacn_np_use.c
+++ b/source/rpc_client/ncacn_np_use.c
@@ -25,7 +25,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#include "trans2.h"
extern int DEBUGLEVEL;
diff --git a/source/rpc_parse/parse_samr.c b/source/rpc_parse/parse_samr.c
index 6600ecca862..7d023d54fc9 100644
--- a/source/rpc_parse/parse_samr.c
+++ b/source/rpc_parse/parse_samr.c
@@ -26,7 +26,6 @@
#include "includes.h"
#include "rpc_parse.h"
-#include "rpc_client.h"
#include "nterr.h"
extern int DEBUGLEVEL;