summaryrefslogtreecommitdiffstats
path: root/libexec/bootpd/hwaddr.c
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2016-04-12 18:18:26 +0000
committerpfg <pfg@FreeBSD.org>2016-04-12 18:18:26 +0000
commita1311f3a3f2816ce39dd54076aade180cdc29d40 (patch)
tree690cf5e9a3348058271e63fa10e01b22c4610056 /libexec/bootpd/hwaddr.c
parent611644daf2cc6d8dd85237406c15e73876658754 (diff)
downloadFreeBSD-src-a1311f3a3f2816ce39dd54076aade180cdc29d40.zip
FreeBSD-src-a1311f3a3f2816ce39dd54076aade180cdc29d40.tar.gz
bootpd(8): De-register and minor cleanups.
For bootptest(8) also remuve an unused variable and replace 0 with a NULL for a pointer.
Diffstat (limited to 'libexec/bootpd/hwaddr.c')
-rw-r--r--libexec/bootpd/hwaddr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/bootpd/hwaddr.c b/libexec/bootpd/hwaddr.c
index de264cc..ff99615 100644
--- a/libexec/bootpd/hwaddr.c
+++ b/libexec/bootpd/hwaddr.c
@@ -295,7 +295,7 @@ static u_char conv802table[256] =
void
haddr_conv802(addr_in, addr_out, len)
- register u_char *addr_in, *addr_out;
+ u_char *addr_in, *addr_out;
int len;
{
u_char *lim;
OpenPOWER on IntegriCloud