summaryrefslogtreecommitdiff
path: root/usr.sbin/amd
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-25 07:33:37 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2002-05-25 07:33:37 +0000
commit82c105ce95daf8d06b3fd723d76558f47248d8ca (patch)
treec922f07360b4f54cf5a1417cbafc1542c10b01b3 /usr.sbin/amd
parent006135615b9a3b42dacdb6e1126b540b13788209 (diff)
incorrrect kill(); jason@ackley.net
Diffstat (limited to 'usr.sbin/amd')
-rw-r--r--usr.sbin/amd/amd/amd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/amd/amd/amd.c b/usr.sbin/amd/amd/amd.c
index 65f8b1382b0..b0b32b389f1 100644
--- a/usr.sbin/amd/amd/amd.c
+++ b/usr.sbin/amd/amd/amd.c
@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*
* from: @(#)amd.c 8.1 (Berkeley) 6/6/93
- * $Id: amd.c,v 1.2 2001/03/02 06:22:21 deraadt Exp $
+ * $Id: amd.c,v 1.3 2002/05/25 07:33:36 deraadt Exp $
*/
#ifndef lint
@@ -347,7 +347,7 @@ char *argv[];
*/
error = mount_automounter(ppid);
if (error && ppid)
- kill(SIGALRM, ppid);
+ kill(ppid, SIGALRM);
going_down(error);
abort();