diff options
Diffstat (limited to 'usr.sbin/ripd/control.h')
-rw-r--r-- | usr.sbin/ripd/control.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripd/control.h b/usr.sbin/ripd/control.h index 6d372673006..23240d367ae 100644 --- a/usr.sbin/ripd/control.h +++ b/usr.sbin/ripd/control.h @@ -1,4 +1,4 @@ -/* $OpenBSD: control.h,v 1.1 2006/10/18 16:11:58 norby Exp $ */ +/* $OpenBSD: control.h,v 1.2 2009/06/06 08:20:55 eric Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -35,7 +35,7 @@ enum blockmodes { struct ctl_conn { TAILQ_ENTRY(ctl_conn) entry; - struct imsgbuf ibuf; + struct imsgev iev; }; int control_init(void); |