1
0
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:
Stefan Metzmacher
2004-05-13 10:20:53 +00:00
committed by Gerald (Jerry) Carter
parent 09096cfc3e
commit c78a2ddb28
47 changed files with 3169 additions and 921 deletions

View File

@@ -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;