diff options
author | Jeremy Allison <jra@samba.org> | 2005-11-11 00:16:43 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2005-11-11 00:16:43 +0000 |
commit | 63a386354d86c7a76bc8636ac675c103bdc7654c (patch) | |
tree | 76d8862fd7b14357ab9d1533688ad996bce3f331 /source/lib/system.c | |
parent | a1800ed4fe7913961a3549410f076a8915f6be1d (diff) | |
download | samba-63a386354d86c7a76bc8636ac675c103bdc7654c.tar.gz samba-63a386354d86c7a76bc8636ac675c103bdc7654c.tar.xz samba-63a386354d86c7a76bc8636ac675c103bdc7654c.zip |
r11658: Someone broke the initialization of the static modules by adding a 'NTSTATUS'
declaration before their call.
The compiler sees : { NTSTATUS fn_foo(); NT_STATUS fn_bar(); }
as *definitions: They need to be : { fn_foo(); fn_bar(); }
Jeremy.
Diffstat (limited to 'source/lib/system.c')
0 files changed, 0 insertions, 0 deletions