diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-05 02:13:45 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-07-05 02:13:45 +0000 |
commit | 70a7d7fab331c366cda499ddb294b530ce62d9f8 (patch) | |
tree | 8a8f72dfb5b8d57fb1bc5c10a2bdbaded58674d3 /usr.sbin/bgpd/bgpd.h | |
parent | 82e4f3eea83b547ac6c4cfd8b18a12b4eae2248c (diff) |
fix a few KNF fallouts
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 8b7f35a3a02..4f7fa993347 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.133 2004/07/03 17:19:59 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.134 2004/07/05 02:13:44 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -248,7 +248,7 @@ struct imsg_fd { struct imsgbuf { int fd; pid_t pid; - TAILQ_HEAD(fds, imsg_fd) fds; + TAILQ_HEAD(fds, imsg_fd) fds; struct buf_read r; struct msgbuf w; }; |