1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s4-dsdb: fixed empty structure error on solaris8

Nadya, I'm guessing you plan on adding some real elements to this
structure later. For now I've added _dummy so the build can continue
with the Solaris C compiler.
This commit is contained in:
Andrew Tridgell 2009-10-20 13:00:12 +11:00
parent 08a0096ab6
commit 44a99898ed

View File

@ -43,6 +43,7 @@
#include "param/param.h"
struct descriptor_data {
int _dummy;
};
struct descriptor_context {