Skip to content

Commit

Permalink
Use proper prototype for harmless().
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed May 31, 2015
1 parent 53b4f20 commit 3d67e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libc/xdr/xdr_sizeof.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 3d67e59

Please sign in to comment.