mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-03 12:35:02 +00:00
Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning.
MFC after: 1 week
This commit is contained in:
parent
be9efd5641
commit
219736e4b8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90160
@ -64,6 +64,8 @@
|
||||
#define DEFAULT_EXEC_PREFIX "exec /usr/sbin/ppp -direct "
|
||||
#define HISMACADDR "HISMACADDR"
|
||||
|
||||
static void nglogx(const char *, ...) __printflike(1, 2);
|
||||
|
||||
static int ReceivedSignal;
|
||||
|
||||
static int
|
||||
|
Loading…
Reference in New Issue
Block a user