1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-30 19:42:05 +03:00

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 commit is contained in:
Tim Potter
2004-10-07 04:01:18 +00:00
committed by Gerald (Jerry) Carter
parent 588de0d4a8
commit 7f161702fa
33 changed files with 35 additions and 35 deletions

View File

@ -25,7 +25,7 @@
#include "includes.h"
#include "../include/libsmb_internal.h"
#include "include/libsmb_internal.h"
struct smbc_compat_fdlist {
SMBCFILE * file;