summaryrefslogtreecommitdiff
path: root/source3/utils/net_rap.c
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
commitb4cf9e95059071df49b34ff8574e48cb96f42da1 (patch)
treed83b0ff529ac5d7d3bf1aee51c9b8ca2e3101751 /source3/utils/net_rap.c
parent66e689478a700d669a1abfcb272b4191aa528658 (diff)
downloadsamba-b4cf9e95059071df49b34ff8574e48cb96f42da1.tar.gz
samba-b4cf9e95059071df49b34ff8574e48cb96f42da1.tar.bz2
samba-b4cf9e95059071df49b34ff8574e48cb96f42da1.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. (This used to be commit 7f161702fa4916979602cc0295919b541912acd6)
Diffstat (limited to 'source3/utils/net_rap.c')
-rw-r--r--source3/utils/net_rap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_rap.c b/source3/utils/net_rap.c
index 39254641ab..cae0a7f7da 100644
--- a/source3/utils/net_rap.c
+++ b/source3/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? */