1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* inet/rcmd.c: Provide better error message in case of unknown
	host.  Remove USE_IN_LIBIO.

	* nscd/nscd.init: Updated version, more conforming with current
	init file standards.

	* nscd/nscd-client.h (_PATH_NSCDPID): Move the file into
	/var/run/nscd directory.
	(_PATH_NSCDSOCKET): Likewise.

	* test-skeleton.c (timeout_handler): Fix error message.
This commit is contained in:
Ulrich Drepper
2003-12-31 21:44:08 +00:00
parent d4b04a331c
commit 520ec963af
5 changed files with 90 additions and 70 deletions

View File

@ -156,7 +156,7 @@ timeout_handler (int sig __attribute__ ((unused)))
}
if (killed != 0 && killed != pid)
{
perror ("Failed to killed test process");
perror ("Failed to kill test process");
exit (1);
}