Use proper prototype for harmless().
This commit is contained in:
parent
9c75ed7f39
commit
73fe130441
@ -103,7 +103,7 @@ x_inline(XDR *xdrs, u_int len)
|
||||
}
|
||||
|
||||
static int
|
||||
harmless()
|
||||
harmless(void)
|
||||
{
|
||||
/* Always return FALSE/NULL, as the case may be */
|
||||
return (0);
|
||||
|
Loading…
Reference in New Issue
Block a user