From 7c20265b6407851b2db8abe77704c32ea4eb5ddf Mon Sep 17 00:00:00 2001 From: peter Date: Tue, 28 Sep 1999 16:58:46 +0000 Subject: Back out my backout, it was already posix compliant. Any new fields are required to be "announced" by a new bit in sa_flags to indicate the program is aware of and has taken care of them. eg: SA_SIGINFO means the program has used the sa_siginfo field (versus sa_handler). --- lib/libc/net/res_send.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/libc/net/res_send.c b/lib/libc/net/res_send.c index 9cf47ac..15f2a13 100644 --- a/lib/libc/net/res_send.c +++ b/lib/libc/net/res_send.c @@ -665,7 +665,6 @@ read_len: pfd.fd = s; pfd.events = POLLIN; if (use_poll == 1) { - bzero(&sa, sizeof(sa)); sigemptyset(&sa.sa_mask); sa.sa_flags = 0; sa.sa_handler = SIG_IGN; -- cgit v1.1