git.samba.org
/
gd
/
samba
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
46b67fd
)
Don't double define fstring.
author
Jeremy Allison
<jra@samba.org>
Fri, 7 Dec 2007 20:04:40 +0000
(12:04 -0800)
committer
Jeremy Allison
<jra@samba.org>
Fri, 7 Dec 2007 20:04:40 +0000
(12:04 -0800)
Jeremy.
source/nsswitch/winbind_nss_config.h
patch
|
blob
|
history
diff --git
a/source/nsswitch/winbind_nss_config.h
b/source/nsswitch/winbind_nss_config.h
index 70d1c5764f88be4d0e3f74c2701e0a9f483edb4f..39c4343fb2c938ef69027086da16a72750803ebf 100644
(file)
--- a/
source/nsswitch/winbind_nss_config.h
+++ b/
source/nsswitch/winbind_nss_config.h
@@
-43,8
+43,10
@@
/* I'm trying really hard not to include anything from smb.h with the
result of some silly looking redeclaration of structures. */
/* I'm trying really hard not to include anything from smb.h with the
result of some silly looking redeclaration of structures. */
+#ifndef FSTRING_LEN
#define FSTRING_LEN 256
typedef char fstring[FSTRING_LEN];
#define FSTRING_LEN 256
typedef char fstring[FSTRING_LEN];
+#endif
/* Some systems (SCO) treat UNIX domain sockets as FIFOs */
/* Some systems (SCO) treat UNIX domain sockets as FIFOs */