style(9): sort functions.

This commit is contained in:
Tom Rhodes 2003-10-29 21:23:44 +00:00
parent 91b6ac7c44
commit 201747dffc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121707

View File

@ -51,14 +51,6 @@
void usage(void);
void
usage()
{
fprintf(stderr, "usage: mksnap_ffs mountpoint snapshot_name\n");
exit(EX_USAGE);
}
int
main(int argc, char **argv)
{
@ -91,3 +83,11 @@ main(int argc, char **argv)
exit(EXIT_SUCCESS);
}
void
usage()
{
fprintf(stderr, "usage: mksnap_ffs mountpoint snapshot_name\n");
exit(EX_USAGE);
}