bootpd(8): De-register and minor cleanups.

For bootptest(8) also remuve an unused variable and replace
0 with a NULL for a pointer.
This commit is contained in:
Pedro F. Giffuni
2016-04-12 18:18:26 +00:00
parent f459a81824
commit 07ee9f80d7
7 changed files with 34 additions and 37 deletions
+1 -1
View File
@@ -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;