1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
2000-05-20 2000  H.J. Lu  <hjl@gnu.org>

	* resolv/res_libc.c (_res): Initialize _sock to -1.

2000-05-18  Jakub Jelinek  <jakub@redhat.com>

	* libio/iofopncook.c (_IO_fopencookie): Renamed from fopencookie.
	(fopencookie@@GLIBC_2.2): New.
	(_IO_old_cookie_seek, _IO_old_fopencookie, _IO_old_cookie_jumps): New.
	(fopencookie@GLIBC_2.0): New.
	* libio/Versions: Add fopencookie to GLIBC_2.2.

	* sunrpc/rpc_main.c (parseargs): Don't accept -M and -N.
	Closes PR libc/1731.
This commit is contained in:
Andreas Jaeger
2000-05-21 15:40:55 +00:00
parent 600a745790
commit 5d1fba6d95
6 changed files with 96 additions and 5 deletions

View File

@ -89,7 +89,7 @@ res_init(void) {
#undef _res
struct __res_state _res;
struct __res_state _res = { _sock : -1 };
struct __res_state *