summaryrefslogtreecommitdiff
path: root/usr/src/cmd/syslogd/syslogd.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/syslogd/syslogd.c')
-rw-r--r--usr/src/cmd/syslogd/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/syslogd/syslogd.c b/usr/src/cmd/syslogd/syslogd.c
index a1372289cb..45de24f28a 100644
--- a/usr/src/cmd/syslogd/syslogd.c
+++ b/usr/src/cmd/syslogd/syslogd.c
@@ -3276,7 +3276,7 @@ nofile:
* this is called before multiple threads are running, so no mutex
* needs to be held at this time.
*/
-static
+static int
filed_init(struct filed *f)
{
pthread_attr_t stack_attr;