summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-04-26 15:18:23 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-04-26 15:18:23 +0000
commit6e5845073dbe0c4d3009e926ef0a224e6b4fd2cf (patch)
tree2f0a9a5edc2acd3591ad54579598e491531a4b36 /usr.sbin/bgpd/bgpd.h
parent6891686af4046a405bebe35f12c0494b2329718b (diff)
unify shared code a bit again to make future syncs easier
From: Alexander von Gernler <grunk@pestilenz.org>
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 909f7fe5c0b..d7bdc63af57 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.163 2005/04/12 14:32:00 claudio Exp $ */
+/* $OpenBSD: bgpd.h,v 1.164 2005/04/26 15:18:22 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -93,7 +93,7 @@ struct buf {
};
struct msgbuf {
- TAILQ_HEAD(bufs, buf) bufs;
+ TAILQ_HEAD(, buf) bufs;
u_int32_t queued;
int fd;
};