From d870d44d2054d4449b75870fd432a9ab41c0ab58 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 5 Feb 2008 17:34:44 +0000 Subject: [PATCH] Minor style(9) nit. --- usr.bin/logger/logger.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/logger/logger.c b/usr.bin/logger/logger.c index ff3c3925cec6..5d9ec4df83bb 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;