summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/logger/logger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c
index ff3c392..5d9ec4d 100644
--- a/usr.bin/logger/logger.c
+++ b/usr.bin/logger/logger.c
@@ -175,7 +175,7 @@ main(int argc, char *argv[])
/*
* Send the message to syslog, either on the local host, or on a remote host
*/
-void
+void
logmessage(int pri, const char *host, const char *svcname, const char *buf)
{
static struct socks *socks;
OpenPOWER on IntegriCloud