mirror of
https://github.com/samba-team/samba.git
synced 2025-12-06 16:23:49 +03:00
r665: merge over the new build system from my tmp branch
to the main SAMBA_4_0 tree. NOTE: that it's not completely ready, but it's functional:-) metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
09096cfc3e
commit
c78a2ddb28
@@ -21,7 +21,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
void writediff(REG_KEY *oldkey, REG_KEY *newkey, FILE *out)
|
||||
static void writediff(REG_KEY *oldkey, REG_KEY *newkey, FILE *out)
|
||||
{
|
||||
int i;
|
||||
REG_KEY *t1, *t2;
|
||||
|
||||
Reference in New Issue
Block a user