summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/syslog.c b/syslog.c
index e42ff0b8..d252f2f9 100644
--- a/syslog.c
+++ b/syslog.c
@@ -209,7 +209,7 @@ static val syslog_set_prop(val stream, val ind, val prop)
}
static struct strm_ops syslog_strm_ops = {
- { cobj_equal_op,
+ { eq,
cobj_print_op,
cobj_destroy_stub_op,
syslog_mark,