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:
committed by
Gerald (Jerry) Carter
parent
588de0d4a8
commit
7f161702fa
@ -25,7 +25,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#include "../include/libsmb_internal.h"
|
||||
#include "include/libsmb_internal.h"
|
||||
|
||||
struct smbc_compat_fdlist {
|
||||
SMBCFILE * file;
|
||||
|
Reference in New Issue
Block a user