diff options
author | Colin Watson <cjwatson@debian.org> | 2019-06-05 06:41:44 +0100 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2019-06-05 06:41:44 +0100 |
commit | 102062f825fb26a74295a1c089c00c4c4c76b68a (patch) | |
tree | 3db66bc8c8483cce66516dff36f6ef56065143d9 /openbsd-compat/bsd-cygwin_util.h | |
parent | 3d246f10429fc9a37b98eabef94fe8dc7c61002b (diff) | |
parent | fd0fa130ecf06d7d092932adcd5d77f1549bfc8d (diff) |
Import openssh_8.0p1.orig.tar.gz
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index 202c055db..55c5a5b81 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h | |||
@@ -55,6 +55,7 @@ int binary_open(const char *, int , ...); | |||
55 | int check_ntsec(const char *); | 55 | int check_ntsec(const char *); |
56 | char **fetch_windows_environment(void); | 56 | char **fetch_windows_environment(void); |
57 | void free_windows_environment(char **); | 57 | void free_windows_environment(char **); |
58 | int cygwin_ug_match_pattern_list(const char *, const char *); | ||
58 | 59 | ||
59 | #ifndef NO_BINARY_OPEN | 60 | #ifndef NO_BINARY_OPEN |
60 | #define open binary_open | 61 | #define open binary_open |