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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user