diff options
author | Jay Freeman <saurik@saurik.com> | 2011-02-14 22:30:20 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2011-02-14 22:30:20 +0000 |
commit | 848b72cf139d1320669f3c9d10cef253740853a0 (patch) | |
tree | 5234e527c56c375c9e5d2b851f5c2385863cc9a1 | |
parent | 365b37bb18e40acb014cd7ad45fcafc528e2e10a (diff) |
Since when did compiling OpenSSH become difficult?
git-svn-id: http://svn.telesphoreo.org/trunk@741 514c082c-b64e-11dc-b46d-3d985efe055d
-rw-r--r-- | data/openssh/extern.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/data/openssh/extern.diff b/data/openssh/extern.diff new file mode 100644 index 000000000..278676e12 --- /dev/null +++ b/data/openssh/extern.diff @@ -0,0 +1,12 @@ +diff -ru openssh-5.2p1/mux.c openssh-5.2p1+iPhone/mux.c +--- openssh-5.2p1/mux.c 2008-06-13 23:01:54.000000000 +0000 ++++ openssh-5.2p1+iPhone/mux.c 2011-02-14 21:58:09.000000000 +0000 +@@ -85,7 +85,7 @@ + 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 */ |