mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-23 09:23:00 +01:00
Move prototypes into their function.
This commit is contained in:
parent
089c1bdac9
commit
9d9696b8e3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121373
@ -85,9 +85,7 @@ static void usage(void) __dead2;
|
||||
static int set_charset(struct msdosfs_args *);
|
||||
|
||||
int
|
||||
main(argc, argv)
|
||||
int argc;
|
||||
char **argv;
|
||||
main(int argc, char **argv)
|
||||
{
|
||||
struct msdosfs_args args;
|
||||
struct stat sb;
|
||||
|
Loading…
Reference in New Issue
Block a user