From 435834a74d433d820a30a2cbe881a42775ac2119 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 4 Feb 2002 01:34:52 +0000 Subject: Prototype a function as __printflike() to avoid a FORMAT_AUDIT warning. MFC after: 1 week --- libexec/pppoed/pppoed.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libexec/pppoed') diff --git a/libexec/pppoed/pppoed.c b/libexec/pppoed/pppoed.c index 1dfdb3f..386f1b5 100644 --- a/libexec/pppoed/pppoed.c +++ b/libexec/pppoed/pppoed.c @@ -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 -- cgit v1.1