Dimitry Andric e60f6384f9 Adjust parse() definition in boot2 to avoid clang 15 warning
With clang 15, the following -Werror warning is produced:

    stand/i386/boot2/boot2.c:358:6: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]

This is because parse() is declared with a (void) argument list, and
defined with an empty argument list. Make the definition match the
declaration.

MFC after:	3 days
2022-07-15 21:18:28 +02:00
..
2022-07-15 12:00:49 -06:00
2021-11-30 10:36:29 +01:00
2021-10-20 15:48:33 -03:00
2022-07-08 23:01:59 -06:00
2022-07-01 12:56:46 -03:00
2022-01-04 16:01:14 -07:00
2022-06-19 21:29:49 +03:00
2021-12-10 11:05:31 -07:00
2021-12-10 11:05:31 -07:00
2021-12-30 16:07:13 -07:00