randconfig fix
authorDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Oct 2015 14:58:18 +0000 (16:58 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sun, 11 Oct 2015 14:58:18 +0000 (16:58 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/last.c

index 6d8b584634db3bac1e97af41cf8f3fcccbe3c9a6..f8f34371ac82ab28fd4b99b63981fb51d49e1893 100644 (file)
@@ -34,7 +34,8 @@
        && ((UT_LINESIZE != 32) || (UT_NAMESIZE != 32) || (UT_HOSTSIZE != 256))
 #error struct utmpx member char[] size(s) have changed!
 #elif defined __UT_LINESIZE \
-       && ((__UT_LINESIZE != 32) || (__UT_NAMESIZE != 64) || (__UT_HOSTSIZE != 256))
+       && ((__UT_LINESIZE != 32) || (__UT_NAMESIZE != 32) || (__UT_HOSTSIZE != 256))
+/* __UT_NAMESIZE was checked with 64 above, but glibc-2.11 definitely uses 32! */
 #error struct utmpx member char[] size(s) have changed!
 #endif