From: Ruediger Meier Date: Fri, 23 May 2014 15:15:05 +0000 (+0000) Subject: build-sys: fix typo, sparc vs spark (62b2c024) X-Git-Tag: v2.25-rc1~98^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f918ac1973a72b0f36a653becdc24d744b7610c;p=thirdparty%2Futil-linux.git build-sys: fix typo, sparc vs spark (62b2c024) Signed-off-by: Ruediger Meier --- diff --git a/configure.ac b/configure.ac index 9636cf931a..e59442be6f 100644 --- a/configure.ac +++ b/configure.ac @@ -830,7 +830,7 @@ AM_CONDITIONAL([BUILD_FDISK], [test "x$build_fdisk" = xyes]) UL_BUILD_INIT([sfdisk], [check]) -UL_EXCLUDE_ARCH([sfdisk], [spark*]) +UL_EXCLUDE_ARCH([sfdisk], [sparc*]) AM_CONDITIONAL([BUILD_SFDISK], [test "x$build_sfdisk" = xyes]) diff --git a/libblkid/src/partitions/bsd.c b/libblkid/src/partitions/bsd.c index 1bc0088bec..d83f2cf024 100644 --- a/libblkid/src/partitions/bsd.c +++ b/libblkid/src/partitions/bsd.c @@ -158,7 +158,7 @@ nothing: * alpha luna88k mac68k | 0 | 64 * sparc(OpenBSD) vax | | * ------------------------+-------------+------------ - * spark64 sparc(NetBSD) | 0 | 128 + * sparc64 sparc(NetBSD) | 0 | 128 * ------------------------+-------------+------------ * * ...and more (see http://fxr.watson.org/fxr/ident?v=NETBSD;i=LABELSECTOR)