diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-09-07 10:59:17 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2018-09-07 10:59:17 +0000 |
commit | 20a9166c4140d10013dc6e9b3b933d6c5726f48f (patch) | |
tree | c38cda6036da6aff9427f12ff3f9fec62c22a34f /usr.sbin/bgpd/bgpd.c | |
parent | 41bcbff9058ac5a61e7e7ed08ff1e74d0d8d1fc0 (diff) |
Some space fixes mentioned by benno@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.c')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index c590e10046a..7f2b963c7dd 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.196 2018/09/07 10:49:22 claudio Exp $ */ +/* $OpenBSD: bgpd.c,v 1.197 2018/09/07 10:59:16 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -886,7 +886,7 @@ set_pollfd(struct pollfd *pfd, struct imsgbuf *i) } int -handle_pollfd(struct pollfd *pfd, struct imsgbuf *i) +handle_pollfd(struct pollfd *pfd, struct imsgbuf *i) { ssize_t n; |