From 1b0896ef0323207ba5b561dfe7d87850dbf9a9dc Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Fri, 17 Dec 2004 03:31:59 +0000 Subject: [PATCH] * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix vague message. --- ChangeLog | 5 +++++ sysdeps/unix/sysv/linux/dl-osinfo.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15d8b35f96..e3432a9e86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-12-17 GOTO Masanori + + * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): Fix + vague message. + 2004-12-16 Roland McGrath * nscd/Makefile ($(objpfx)nscd): Don't depend on $(selinux-LIBS), diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index 5abc3c47c8..abc67fcdcf 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -65,7 +65,7 @@ dl_fatal (const char *str) || (reslen = __read (fd, bufmem, sizeof (bufmem))) <= 0) \ /* This also didn't work. We give up since we cannot \ make sure the library can actually work. */ \ - FATAL ("FATAL: cannot determine library version\n"); \ + FATAL ("FATAL: cannot determine kernel version\n"); \ __close (fd); \ buf[MIN (reslen, (ssize_t) sizeof (bufmem) - 1)] = '\0'; \ } \