diff options
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index be45a1e3889..06eb2b6fbc5 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.26 2005/04/12 09:54:59 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.27 2005/04/27 11:27:28 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -69,9 +69,9 @@ struct buf { }; struct msgbuf { + TAILQ_HEAD(, buf) bufs; u_int32_t queued; int fd; - TAILQ_HEAD(, buf) bufs; }; #define IMSG_HEADER_SIZE sizeof(struct imsg_hdr) |