]> andersk Git - openssh.git/commitdiff
- dtucker@cvs.openbsd.org 2009/08/20 23:54:28
authordtucker <dtucker>
Tue, 6 Oct 2009 21:39:57 +0000 (21:39 +0000)
committerdtucker <dtucker>
Tue, 6 Oct 2009 21:39:57 +0000 (21:39 +0000)
     [mux.c]
     subsystem_flag is defined in ssh.c so it's extern; ok djm

ChangeLog
mux.c

index d2d6862cbb5fa02cde96c5712e93247f236945d5..c5ce2aed45a439e498b0d915d11ccb2a1d60bfdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -43,6 +43,9 @@
    - jmc@cvs.openbsd.org 2009/08/19 04:56:03
      [sftp.1]
      ether -> either;
+   - dtucker@cvs.openbsd.org 2009/08/20 23:54:28
+     [mux.c]
+     subsystem_flag is defined in ssh.c so it's extern; ok djm
 
 20091002
  - (djm) [Makefile.in] Mention readconf.o in ssh-keysign's make deps.
diff --git a/mux.c b/mux.c
index 79f83768b334012fab5c177fc66cc3cd54310759..fac43a71f7fef1e53acd1d63a5b30422d8e14f44 100644 (file)
--- a/mux.c
+++ b/mux.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mux.c,v 1.7 2008/06/13 17:21:20 dtucker Exp $ */
+/* $OpenBSD: mux.c,v 1.8 2009/08/20 23:54:28 dtucker Exp $ */
 /*
  * Copyright (c) 2002-2008 Damien Miller <djm@openbsd.org>
  *
@@ -85,7 +85,7 @@ extern int tty_flag;
 extern Options options;
 extern int stdin_null_flag;
 extern char *host;
-int subsystem_flag;
+extern int subsystem_flag;
 extern Buffer command;
 
 /* Context for session open confirmation callback */
This page took 0.06387 seconds and 5 git commands to generate.