]> git.ipfire.org Git - thirdparty/mdadm.git/blobdiff - Grow.c
ddf: set vcnum correctly when creating a new virtual device in conflist
[thirdparty/mdadm.git] / Grow.c
diff --git a/Grow.c b/Grow.c
index 8294f40d4ee82bf11a985b8e0f61d3a6e1182cf8..087b4efeb195b494e1f8d922323242b38e103676 100644 (file)
--- a/Grow.c
+++ b/Grow.c
@@ -210,10 +210,10 @@ int Grow_addbitmap(char *devname, int fd, char *file, int chunk, int delay, int
 
        if (vers < 9003) {
                major = BITMAP_MAJOR_HOSTENDIAN;
-#ifdef __BIG_ENDIAN
-               fprintf(stderr, Name ": Warning - bitmaps created on this kernel are not portable\n"
-                       "  between different architectured.  Consider upgrading the Linux kernel.\n");
-#endif
+               fprintf(stderr, Name ": Warning - bitmaps created on this kernel"
+                       " are not portable\n"
+                       "  between different architectures.  Consider upgrading"
+                       " the Linux kernel.\n");
        }
 
        if (ioctl(fd, GET_BITMAP_FILE, &bmf) != 0) {