diff options
author | Tim Rice <tim@multitalents.net> | 2001-11-27 02:19:43 +0100 |
---|---|---|
committer | Tim Rice <tim@multitalents.net> | 2001-11-27 02:19:43 +0100 |
commit | fe1d100ffdf3595f3aaddc02efbf0b49a265d90c (patch) | |
tree | b2657508f6c2bec9b1912d6dc8d881895572db37 /openbsd-compat/bsd-cygwin_util.h | |
parent | Release (diff) | |
download | openssh-fe1d100ffdf3595f3aaddc02efbf0b49a265d90c.tar.xz openssh-fe1d100ffdf3595f3aaddc02efbf0b49a265d90c.zip |
[contrib/cygwin/README, openbsd-compat/bsd-cygwin_util.c,
openbsd-compat/bsd-cygwin_util.h, openbsd-compat/daemon.c]
Allow SSHD to install as service under WIndows 9x/Me
[configure.ac] Fix to allow linking against PCRE on Cygwin
Patches by Corinna Vinschen <vinschen@redhat.com>
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r-- | openbsd-compat/bsd-cygwin_util.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h index 7879501e0..24063d311 100644 --- a/openbsd-compat/bsd-cygwin_util.h +++ b/openbsd-compat/bsd-cygwin_util.h @@ -13,7 +13,7 @@ * binary mode on Windows systems. */ -/* $Id: bsd-cygwin_util.h,v 1.4 2001/04/13 14:28:43 djm Exp $ */ +/* $Id: bsd-cygwin_util.h,v 1.5 2001/11/27 01:19:44 tim Exp $ */ #ifndef _BSD_CYGWIN_UTIL_H #define _BSD_CYGWIN_UTIL_H @@ -26,6 +26,7 @@ int binary_open(const char *filename, int flags, ...); int binary_pipe(int fd[2]); int check_nt_auth(int pwd_authenticated, uid_t uid); int check_ntsec(const char *filename); +void register_9x_service(void); #define open binary_open #define pipe binary_pipe |