diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2010-09-02 14:03:23 +0000 |
commit | 387e88c0114b6b3a436bae0e9990765cde6d044b (patch) | |
tree | e1bf9e53609f8950063eb0a42e49e5f7fb380598 /usr.sbin/bgpd/session.c | |
parent | 32fd4528adafb57b4319d0dfa6e5c18c71d70a06 (diff) |
remove trailing spaces and tabs from source code; no binary changes
(verified by both sthen@ and me).
ok sthen@; "just commit it" claudio@
Diffstat (limited to 'usr.sbin/bgpd/session.c')
-rw-r--r-- | usr.sbin/bgpd/session.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/session.c b/usr.sbin/bgpd/session.c index a2bbd6dd848..55b232fc8f3 100644 --- a/usr.sbin/bgpd/session.c +++ b/usr.sbin/bgpd/session.c @@ -1,4 +1,4 @@ -/* $OpenBSD: session.c,v 1.310 2010/06/27 19:53:34 claudio Exp $ */ +/* $OpenBSD: session.c,v 1.311 2010/09/02 14:03:21 sobrado Exp $ */ /* * Copyright (c) 2003, 2004, 2005 Henning Brauer <henning@openbsd.org> @@ -174,7 +174,7 @@ setup_listeners(u_int *la_cnt) } pid_t -session_main(int pipe_m2s[2], int pipe_s2r[2], int pipe_m2r[2], +session_main(int pipe_m2s[2], int pipe_s2r[2], int pipe_m2r[2], int pipe_s2rctl[2]) { int nfds, timeout; @@ -369,7 +369,7 @@ session_main(int pipe_m2s[2], int pipe_s2r[2], int pipe_m2r[2], if (ctl_queued < SESSION_CTL_QUEUE_MAX) /* * Do not act as unlimited buffer. Don't read in more - * messages if the ctl sockets are getting full. + * messages if the ctl sockets are getting full. */ pfd[PFD_PIPE_ROUTE_CTL].events = POLLIN; pfd[PFD_SOCK_CTL].fd = csock; |