clang issues an warning that adding 'unsigned long' to a string does not
append to the string.
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
pointer manipulation. The "-1" accounts for the trailing NUL
included in the sizeof. */
static const char *const __nss_shlib_revision
- = LIBNSS_FILES_SO + sizeof("libnss_files.so") - 1;
+ = &LIBNSS_FILES_SO[sizeof("libnss_files.so") - 1];
/* A single-linked list used to implement a mapping from service names
to NSS modules. (Most systems only use five or so modules, so a