From 0e6004268370082b3af89e73c356f4ada5ca31c2 Mon Sep 17 00:00:00 2001 From: NeilBrown Date: Thu, 18 Sep 2008 15:04:47 +1000 Subject: Compile fixes, particularly moving more stuff under MDASSEMBLE Now 'make everything' works again. --- Assemble.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Assemble.c') diff --git a/Assemble.c b/Assemble.c index 7efa2b8..34d046d 100644 --- a/Assemble.c +++ b/Assemble.c @@ -847,7 +847,7 @@ int Assemble(struct supertype *st, char *mddev, int mdfd, int rv; #ifndef MDASSEMBLE - struct mdinfo *sra; + struct mdinfo *sra = NULL; if (st->ss->external) { char ver[100]; strcat(strcpy(ver, "external:"), info.text_version); -- cgit