summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/setmode.c
diff options
context:
space:
mode:
authorkstailey <kstailey@openbsd.org>1997-07-23 20:55:17 +0000
committerkstailey <kstailey@openbsd.org>1997-07-23 20:55:17 +0000
commitc9e664a1981feb654163b05e3672911476b92930 (patch)
tree8e0a5ada91f916f7e615097fd63301adb9dbd28a /lib/libc/gen/setmode.c
parentadd atalk (diff)
downloadwireguard-openbsd-c9e664a1981feb654163b05e3672911476b92930.tar.xz
wireguard-openbsd-c9e664a1981feb654163b05e3672911476b92930.zip
tabify
Diffstat (limited to 'lib/libc/gen/setmode.c')
-rw-r--r--lib/libc/gen/setmode.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/gen/setmode.c b/lib/libc/gen/setmode.c
index bbf50532836..f5f41277202 100644
--- a/lib/libc/gen/setmode.c
+++ b/lib/libc/gen/setmode.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setmode.c,v 1.5 1997/03/07 02:15:18 millert Exp $ */
+/* $OpenBSD: setmode.c,v 1.6 1997/07/23 21:04:07 kstailey Exp $ */
/* $NetBSD: setmode.c,v 1.15 1997/02/07 22:21:06 christos Exp $ */
/*
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)setmode.c 8.2 (Berkeley) 3/25/94";
#else
-static char rcsid[] = "$OpenBSD: setmode.c,v 1.5 1997/03/07 02:15:18 millert Exp $";
+static char rcsid[] = "$OpenBSD: setmode.c,v 1.6 1997/07/23 21:04:07 kstailey Exp $";
#endif
#endif /* LIBC_SCCS and not lint */
@@ -195,10 +195,10 @@ setmode(p)
* as best we can.
*/
sigfillset(&sigset);
- (void)sigprocmask(SIG_BLOCK, &sigset, &sigoset);
+ (void)sigprocmask(SIG_BLOCK, &sigset, &sigoset);
(void)umask(mask = umask(0));
mask = ~mask;
- (void)sigprocmask(SIG_SETMASK, &sigoset, NULL);
+ (void)sigprocmask(SIG_SETMASK, &sigoset, NULL);
setlen = SET_LEN + 2;