diff options
| author | dholland <dholland@NetBSD.org> | 2009-07-04 01:58:57 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2009-07-04 01:58:57 +0000 |
| commit | 6f8367e238e03f94d7cad37b751809e6c86c5fd0 (patch) | |
| tree | 274353fee90bb01e76107c50c61d0b53f30db2c1 /hunt/huntd/ctl_transact.c | |
| parent | 76f63b88b5274fe80f728b7af04e5bb6df552882 (diff) | |
| download | bsdgames-darwin-6f8367e238e03f94d7cad37b751809e6c86c5fd0.tar.gz bsdgames-darwin-6f8367e238e03f94d7cad37b751809e6c86c5fd0.zip | |
ANSIfy function declarations.
Diffstat (limited to 'hunt/huntd/ctl_transact.c')
| -rw-r--r-- | hunt/huntd/ctl_transact.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/hunt/huntd/ctl_transact.c b/hunt/huntd/ctl_transact.c index 3e905923..9c3c1954 100644 --- a/hunt/huntd/ctl_transact.c +++ b/hunt/huntd/ctl_transact.c @@ -1,4 +1,4 @@ -/* $NetBSD: ctl_transact.c,v 1.7 2009/07/04 01:01:18 dholland Exp $ */ +/* $NetBSD: ctl_transact.c,v 1.8 2009/07/04 02:37:20 dholland Exp $ */ /* * Copyright (c) 1983-2003, Regents of the University of California. * All rights reserved. @@ -39,7 +39,7 @@ #if 0 static char sccsid[] = "@(#)ctl_transact.c 5.2 (Berkeley) 3/13/86"; #else -__RCSID("$NetBSD: ctl_transact.c,v 1.7 2009/07/04 01:01:18 dholland Exp $"); +__RCSID("$NetBSD: ctl_transact.c,v 1.8 2009/07/04 02:37:20 dholland Exp $"); #endif #endif /* not lint */ @@ -57,11 +57,7 @@ __RCSID("$NetBSD: ctl_transact.c,v 1.7 2009/07/04 01:01:18 dholland Exp $"); * of time */ void -ctl_transact(target, msg, type, rp) - struct in_addr target; - CTL_MSG msg; - int type; - CTL_RESPONSE *rp; +ctl_transact(struct in_addr target, CTL_MSG msg, int type, CTL_RESPONSE *rp) { struct pollfd set[1]; int nready, cc, retries; |
