summaryrefslogtreecommitdiffstats
path: root/source/utils
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-07 04:01:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:55 -0500
commit7f161702fa4916979602cc0295919b541912acd6 (patch)
tree5bb94952b7fc46b5381f92837fb27d96df9708ba /source/utils
parent588de0d4a84a5228d0f99f743ad327ad3b70ead1 (diff)
downloadsamba-7f161702fa4916979602cc0295919b541912acd6.tar.gz
samba-7f161702fa4916979602cc0295919b541912acd6.tar.xz
samba-7f161702fa4916979602cc0295919b541912acd6.zip
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
'..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters.
Diffstat (limited to 'source/utils')
-rw-r--r--source/utils/net.c2
-rw-r--r--source/utils/net.h2
-rw-r--r--source/utils/net_ads.c2
-rw-r--r--source/utils/net_ads_cldap.c2
-rw-r--r--source/utils/net_groupmap.c2
-rw-r--r--source/utils/net_help.c2
-rw-r--r--source/utils/net_idmap.c2
-rw-r--r--source/utils/net_lookup.c2
-rw-r--r--source/utils/net_rap.c2
-rw-r--r--source/utils/net_rpc.c2
-rw-r--r--source/utils/net_rpc_join.c2
-rw-r--r--source/utils/net_rpc_printer.c2
-rw-r--r--source/utils/net_rpc_samsync.c2
-rw-r--r--source/utils/net_status.c2
-rw-r--r--source/utils/net_time.c2
-rw-r--r--source/utils/ntlm_auth.c2
-rw-r--r--source/utils/ntlm_auth.h2
-rw-r--r--source/utils/ntlm_auth_diagnostics.c2
18 files changed, 18 insertions, 18 deletions
diff --git a/source/utils/net.c b/source/utils/net.c
index 2bf8ac286dd..9a022b2d38d 100644
--- a/source/utils/net.c
+++ b/source/utils/net.c
@@ -38,7 +38,7 @@
/*****************************************************/
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/***********************************************************************/
/* Beginning of internationalization section. Translatable constants */
diff --git a/source/utils/net.h b/source/utils/net.h
index d75a19e498e..5e65ca0d4cd 100644
--- a/source/utils/net.h
+++ b/source/utils/net.h
@@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include "../utils/net_proto.h"
+#include "utils/net_proto.h"
#define NET_FLAGS_MASTER 1
#define NET_FLAGS_DMB 2
diff --git a/source/utils/net_ads.c b/source/utils/net_ads.c
index 8afc42c456b..19311cde654 100644
--- a/source/utils/net_ads.c
+++ b/source/utils/net_ads.c
@@ -21,7 +21,7 @@
*/
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
#ifdef HAVE_ADS
diff --git a/source/utils/net_ads_cldap.c b/source/utils/net_ads_cldap.c
index f3c6c5ff4d2..9585a8bc760 100644
--- a/source/utils/net_ads_cldap.c
+++ b/source/utils/net_ads_cldap.c
@@ -20,7 +20,7 @@
*/
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
#ifdef HAVE_ADS
diff --git a/source/utils/net_groupmap.c b/source/utils/net_groupmap.c
index 0ad1d519531..3431196b1e6 100644
--- a/source/utils/net_groupmap.c
+++ b/source/utils/net_groupmap.c
@@ -22,7 +22,7 @@
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/*********************************************************
diff --git a/source/utils/net_help.c b/source/utils/net_help.c
index d6ef5e8a6c3..859bb949c73 100644
--- a/source/utils/net_help.c
+++ b/source/utils/net_help.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
int net_common_methods_usage(int argc, const char**argv)
{
diff --git a/source/utils/net_idmap.c b/source/utils/net_idmap.c
index f5b4bf1b4a7..35892e8b52c 100644
--- a/source/utils/net_idmap.c
+++ b/source/utils/net_idmap.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/***********************************************************
diff --git a/source/utils/net_lookup.c b/source/utils/net_lookup.c
index cef0ea5fbed..7e5f12da454 100644
--- a/source/utils/net_lookup.c
+++ b/source/utils/net_lookup.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
int net_lookup_usage(int argc, const char **argv)
{
diff --git a/source/utils/net_rap.c b/source/utils/net_rap.c
index 39254641abf..cae0a7f7da8 100644
--- a/source/utils/net_rap.c
+++ b/source/utils/net_rap.c
@@ -24,7 +24,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/* The following messages were for error checking that is not properly
reported at the moment. Which should be reinstated? */
diff --git a/source/utils/net_rpc.c b/source/utils/net_rpc.c
index a6e4c61d459..9b96ad13717 100644
--- a/source/utils/net_rpc.c
+++ b/source/utils/net_rpc.c
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/**
* @file net_rpc.c
diff --git a/source/utils/net_rpc_join.c b/source/utils/net_rpc_join.c
index 52e295949e0..cb8a5ee4d4f 100644
--- a/source/utils/net_rpc_join.c
+++ b/source/utils/net_rpc_join.c
@@ -19,7 +19,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/* Macro for checking RPC error codes to make things more readable */
diff --git a/source/utils/net_rpc_printer.c b/source/utils/net_rpc_printer.c
index 732af254d0d..50d0d4e7df9 100644
--- a/source/utils/net_rpc_printer.c
+++ b/source/utils/net_rpc_printer.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
struct table_node {
const char *long_archi;
diff --git a/source/utils/net_rpc_samsync.c b/source/utils/net_rpc_samsync.c
index 882f3a02bc2..2e7c053ac3f 100644
--- a/source/utils/net_rpc_samsync.c
+++ b/source/utils/net_rpc_samsync.c
@@ -22,7 +22,7 @@
*/
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
extern DOM_SID global_sid_Builtin;
diff --git a/source/utils/net_status.c b/source/utils/net_status.c
index 0543f457cfc..21e6bffb2cf 100644
--- a/source/utils/net_status.c
+++ b/source/utils/net_status.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
static int show_session(TDB_CONTEXT *tdb, TDB_DATA kbuf, TDB_DATA dbuf,
void *state)
diff --git a/source/utils/net_time.c b/source/utils/net_time.c
index 45c17838055..691adcea00e 100644
--- a/source/utils/net_time.c
+++ b/source/utils/net_time.c
@@ -18,7 +18,7 @@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "includes.h"
-#include "../utils/net.h"
+#include "utils/net.h"
/*
diff --git a/source/utils/ntlm_auth.c b/source/utils/ntlm_auth.c
index ea7db55e2dd..b2c155dfb2a 100644
--- a/source/utils/ntlm_auth.c
+++ b/source/utils/ntlm_auth.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-#include "../utils/ntlm_auth.h"
+#include "utils/ntlm_auth.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_WINBIND
diff --git a/source/utils/ntlm_auth.h b/source/utils/ntlm_auth.h
index a96067fbbb8..5e49b862a20 100644
--- a/source/utils/ntlm_auth.h
+++ b/source/utils/ntlm_auth.h
@@ -17,7 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include "../utils/ntlm_auth_proto.h"
+#include "utils/ntlm_auth_proto.h"
/* Some of the popt variables are needed in the diagnostics code */
extern const char *opt_username;
diff --git a/source/utils/ntlm_auth_diagnostics.c b/source/utils/ntlm_auth_diagnostics.c
index 3489dbca7c8..7fae0ede978 100644
--- a/source/utils/ntlm_auth_diagnostics.c
+++ b/source/utils/ntlm_auth_diagnostics.c
@@ -23,7 +23,7 @@
*/
#include "includes.h"
-#include "../utils/ntlm_auth.h"
+#include "utils/ntlm_auth.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_WINBIND