aboutsummaryrefslogtreecommitdiff
path: root/libexec/bootpd/rtmsg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/bootpd/rtmsg.c')
-rw-r--r--libexec/bootpd/rtmsg.c10
1 files changed, 4 insertions, 6 deletions
diff --git a/libexec/bootpd/rtmsg.c b/libexec/bootpd/rtmsg.c
index a689a5ac139f..c02735649236 100644
--- a/libexec/bootpd/rtmsg.c
+++ b/libexec/bootpd/rtmsg.c
@@ -115,10 +115,8 @@ static struct {
/*
* Set an individual arp entry
*/
-int bsd_arp_set(ia, eaddr, len)
- struct in_addr *ia;
- char *eaddr;
- int len;
+int
+bsd_arp_set(struct in_addr *ia, char *eaddr, int len)
{
struct sockaddr_in *sin = &sin_m;
struct sockaddr_dl *sdl;
@@ -176,8 +174,8 @@ overwrite:
}
-static int rtmsg(cmd)
- int cmd;
+static int
+rtmsg(int cmd)
{
static int seq;
int rlen;