- dtucker@cvs.openbsd.org 2013/06/02 21:01:51
[channels.h] typo in comment
This commit is contained in:
parent
dc62edbf12
commit
5d12b8f05d
|
@ -9,6 +9,10 @@
|
||||||
this is.
|
this is.
|
||||||
- (dtucker) [Makefile.in] append $CFLAGS to compiler options when building
|
- (dtucker) [Makefile.in] append $CFLAGS to compiler options when building
|
||||||
modpipe in case there's anything in there we need.
|
modpipe in case there's anything in there we need.
|
||||||
|
- (dtucker) OpenBSD CVS Sync
|
||||||
|
- dtucker@cvs.openbsd.org 2013/06/02 21:01:51
|
||||||
|
[channels.h]
|
||||||
|
typo in comment
|
||||||
|
|
||||||
20130602
|
20130602
|
||||||
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
- (tim) [Makefile.in] Make Solaris, UnixWare, & OpenServer linkers happy
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $OpenBSD: channels.h,v 1.111 2012/04/11 13:16:19 djm Exp $ */
|
/* $OpenBSD: channels.h,v 1.112 2013/06/02 21:01:51 dtucker Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
* Author: Tatu Ylonen <ylo@cs.hut.fi>
|
||||||
|
@ -110,7 +110,7 @@ struct Channel {
|
||||||
* channels are delayed until the first call
|
* channels are delayed until the first call
|
||||||
* to a matching pre-select handler.
|
* to a matching pre-select handler.
|
||||||
* this way post-select handlers are not
|
* this way post-select handlers are not
|
||||||
* accidenly called if a FD gets reused */
|
* accidentally called if a FD gets reused */
|
||||||
Buffer input; /* data read from socket, to be sent over
|
Buffer input; /* data read from socket, to be sent over
|
||||||
* encrypted connection */
|
* encrypted connection */
|
||||||
Buffer output; /* data received over encrypted connection for
|
Buffer output; /* data received over encrypted connection for
|
||||||
|
|
Loading…
Reference in New Issue