From 6ccddb5af5d621e63d4629bdaac801d1e4a728fc Mon Sep 17 00:00:00 2001 From: obrien 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;