summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-cygwin_util.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2004-08-30 20:42:08 +1000
committerDarren Tucker <dtucker@zip.com.au>2004-08-30 20:42:08 +1000
commit14c372d49d49a21107c72b7c238cf9e5a01b80ab (patch)
tree8b45a767306945e88d980942daa3ad9c75c057d8 /openbsd-compat/bsd-cygwin_util.h
parent5a88d003499744a374ec39279f4c6ec3971b5dab (diff)
- (dtucker) [session.c openbsd-compat/bsd-cygwin_util.{c,h}] Bug #915: only
copy required environment variables on Cygwin. Patch from vinschen at redhat.com, ok djm@
Diffstat (limited to 'openbsd-compat/bsd-cygwin_util.h')
-rw-r--r--openbsd-compat/bsd-cygwin_util.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-cygwin_util.h b/openbsd-compat/bsd-cygwin_util.h
index 5ccb0fba2..6719b8a49 100644
--- a/openbsd-compat/bsd-cygwin_util.h
+++ b/openbsd-compat/bsd-cygwin_util.h
@@ -1,4 +1,4 @@
1/* $Id: bsd-cygwin_util.h,v 1.10 2003/08/07 06:28:16 dtucker Exp $ */ 1/* $Id: bsd-cygwin_util.h,v 1.11 2004/08/30 10:42:08 dtucker Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com> 4 * Copyright (c) 2000, 2001, Corinna Vinschen <vinschen@cygnus.com>
@@ -46,6 +46,8 @@ int binary_pipe(int fd[2]);
46int check_nt_auth(int, struct passwd *); 46int check_nt_auth(int, struct passwd *);
47int check_ntsec(const char *); 47int check_ntsec(const char *);
48void register_9x_service(void); 48void register_9x_service(void);
49char **fetch_windows_environment(void);
50void free_windows_environment(char **);
49 51
50#define open binary_open 52#define open binary_open
51#define pipe binary_pipe 53#define pipe binary_pipe