forked from PowerShell/openssh-portable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
upstream: whitespace (tab after space)
OpenBSD-Commit-ID: 0e2b3f7674e985d3f7c27ff5028e690ba1c2efd4
- Loading branch information
Showing
4 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: channels.h,v 1.135 2020/09/20 05:47:25 djm Exp $ */ | ||
/* $OpenBSD: channels.h,v 1.136 2021/04/03 05:54:14 djm Exp $ */ | ||
|
||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
|
@@ -177,7 +177,7 @@ struct Channel { | |
channel_filter_cleanup_fn *filter_cleanup; | ||
|
||
/* keep boundaries */ | ||
int datagram; | ||
int datagram; | ||
|
||
/* non-blocking connect */ | ||
/* XXX make this a pointer so the structure can be opaque */ | ||
|
@@ -187,7 +187,7 @@ struct Channel { | |
mux_callback_fn *mux_rcb; | ||
void *mux_ctx; | ||
int mux_pause; | ||
int mux_downstream_id; | ||
int mux_downstream_id; | ||
}; | ||
|
||
#define CHAN_EXTENDED_IGNORE 0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: log.h,v 1.30 2020/12/04 02:25:13 djm Exp $ */ | ||
/* $OpenBSD: log.h,v 1.31 2021/04/03 05:54:14 djm Exp $ */ | ||
|
||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
|
@@ -61,7 +61,7 @@ void log_verbose_add(const char *); | |
void log_verbose_reset(void); | ||
|
||
SyslogFacility log_facility_number(char *); | ||
const char * log_facility_name(SyslogFacility); | ||
const char * log_facility_name(SyslogFacility); | ||
LogLevel log_level_number(char *); | ||
const char * log_level_name(LogLevel); | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/* $OpenBSD: servconf.h,v 1.152 2021/03/12 04:08:19 dtucker Exp $ */ | ||
/* $OpenBSD: servconf.h,v 1.153 2021/04/03 05:54:14 djm Exp $ */ | ||
|
||
/* | ||
* Author: Tatu Ylonen <[email protected]> | ||
|
@@ -236,7 +236,7 @@ typedef struct { | |
struct connection_info { | ||
const char *user; | ||
const char *host; /* possibly resolved hostname */ | ||
const char *address; /* remote address */ | ||
const char *address; /* remote address */ | ||
const char *laddress; /* local address */ | ||
int lport; /* local port */ | ||
const char *rdomain; /* routing domain if available */ | ||
|