]> andersk Git - openssh.git/blobdiff - mux.c
- (dtucker) [roaming_client.c] Wrap inttypes.h in an ifdef.
[openssh.git] / mux.c
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.385705 seconds and 4 git commands to generate.