mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-25 03:54:17 +01:00
Mute some (hidden) warnings about old-style function definitions.
Submitted by: Marius Nünnerich <marius nuenneri ch>
This commit is contained in:
parent
98c63a48e9
commit
7154ce64ab
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=202531
@ -444,7 +444,7 @@ int main (int argc, char** argv)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static void DaemonMode ()
|
||||
static void DaemonMode(void)
|
||||
{
|
||||
FILE* pidFile;
|
||||
|
||||
@ -1558,7 +1558,7 @@ void ReadConfigFile (const char* fileName)
|
||||
fclose (file);
|
||||
}
|
||||
|
||||
static void Usage ()
|
||||
static void Usage(void)
|
||||
{
|
||||
int i;
|
||||
int max;
|
||||
|
Loading…
Reference in New Issue
Block a user