From aa5cf406fcff30e6e853dadcfc63030088660422 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 23 Jan 1983 00:11:09 -0800 Subject: [PATCH] oops SCCS-vsn: libexec/rlogind/rlogind.c 4.10 --- usr/src/libexec/rlogind/rlogind.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/libexec/rlogind/rlogind.c b/usr/src/libexec/rlogind/rlogind.c index 0a82fffeb5..939afcdc62 100644 --- a/usr/src/libexec/rlogind/rlogind.c +++ b/usr/src/libexec/rlogind/rlogind.c @@ -1,5 +1,5 @@ #ifndef lint -static char sccsid[] = "@(#)rlogind.c 4.9 83/01/18"; +static char sccsid[] = "@(#)rlogind.c 4.10 83/01/22"; #endif #include @@ -89,7 +89,7 @@ main(argc, argv) perror("rlogind: bind"); exit(1); } - signal(SIGCHLD, reapchild); + sigset(SIGCHLD, reapchild); listen(f, 10); for (;;) { int s, len = sizeof (from); -- 2.20.1