summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-09-28 16:58:46 +0000
committerpeter <peter@FreeBSD.org>1999-09-28 16:58:46 +0000
commit7c20265b6407851b2db8abe77704c32ea4eb5ddf (patch)
tree215ade3d1383c45962d854de902527114b8cc2f4 /lib
parentef98c07057d64c86516b381c8026e01a3d71f5b4 (diff)
downloadFreeBSD-src-7c20265b6407851b2db8abe77704c32ea4eb5ddf.zip
FreeBSD-src-7c20265b6407851b2db8abe77704c32ea4eb5ddf.tar.gz
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).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/net/res_send.c1
1 files changed, 0 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud