diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-27 16:24:46 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-27 16:24:46 +0000 |
commit | 550b2812e0e07cdf2687342449ed2fa3423fe0d8 (patch) | |
tree | f082f3658d4e53f60676d01101391e52f3b72b71 /usr.bin/rsh | |
parent | 5cc18304f924885466665c9076149fa0c9ec21bc (diff) |
oops
Diffstat (limited to 'usr.bin/rsh')
-rw-r--r-- | usr.bin/rsh/rsh.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/rsh/rsh.c b/usr.bin/rsh/rsh.c index dd4f875e339..bc4fa9e7826 100644 --- a/usr.bin/rsh/rsh.c +++ b/usr.bin/rsh/rsh.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rsh.c,v 1.20 2001/09/04 23:35:59 millert Exp $ */ +/* $OpenBSD: rsh.c,v 1.21 2001/09/27 16:24:45 deraadt Exp $ */ /*- * Copyright (c) 1983, 1990 The Regents of the University of California. @@ -41,7 +41,7 @@ char copyright[] = #ifndef lint /*static char sccsid[] = "from: @(#)rsh.c 5.24 (Berkeley) 7/1/91";*/ -static char rcsid[] = "$OpenBSD: rsh.c,v 1.20 2001/09/04 23:35:59 millert Exp $"; +static char rcsid[] = "$OpenBSD: rsh.c,v 1.21 2001/09/27 16:24:45 deraadt Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -381,7 +381,7 @@ done: exit(0); } - sigprocmask(SIG_SETMASK, &omask, NULL); + sigprocmask(SIG_SETMASK, omask, NULL); FD_ZERO(&readfrom); FD_SET(rfd2, &readfrom); FD_SET(rem, &readfrom); |