summaryrefslogtreecommitdiff
path: root/usr.bin/mg/spawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/mg/spawn.c')
-rw-r--r--usr.bin/mg/spawn.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/mg/spawn.c b/usr.bin/mg/spawn.c
index 082a66fb50b..58970ea4da6 100644
--- a/usr.bin/mg/spawn.c
+++ b/usr.bin/mg/spawn.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: spawn.c,v 1.7 2001/05/24 03:05:26 mickey Exp $ */
+/* $OpenBSD: spawn.c,v 1.8 2003/05/20 03:08:55 cloder Exp $ */
/*
* Spawn. Actually just suspends Mg.
@@ -18,8 +18,7 @@
*/
/* ARGSUSED */
int
-spawncli(f, n)
- int f, n;
+spawncli(int f, int n)
{
sigset_t oset;