Give lint a small bit of help.

This commit is contained in:
Mark Murray 2002-07-31 16:50:21 +00:00
parent 0ec4b12334
commit 9f82c1d3b1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101092

View File

@ -121,6 +121,7 @@ main(int argc, char *argv[])
if (fclose(stdout))
err(1, "stdout");
exit(rval);
/* NOTREACHED */
}
static void
@ -128,6 +129,7 @@ usage(void)
{
fprintf(stderr, "usage: cat [-benstuv] [file ...]\n");
exit(1);
/* NOTREACHED */
}
void