Use proper prototype for harmless().

This commit is contained in:
Craig Rodrigues 2015-05-31 19:09:24 +00:00
parent 9c75ed7f39
commit 73fe130441
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=283835

View File

@ -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);