patches/qterm-01-allcoa.diff
author nonsea
Mon, 24 Mar 2008 04:11:14 +0000
changeset 1009 5885fb4e02f7
permissions -rw-r--r--
2008-03-24 Halton Huo <[email protected]> * SFEqterm.spec: (new) BBS client * base-specs/qterm.spec: (new) BBS client * patches/qterm-01-allcoa.diff: (added) patch * patches/qterm-02-nsl.diff: (added) patch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1009
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     1
Index: qterm-qt4/src/qtermsocket.cpp
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     2
===================================================================
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     3
--- qterm-qt4/src/qtermsocket.cpp	(revision 465)
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     4
+++ qterm-qt4/src/qtermsocket.cpp	(working copy)
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     5
@@ -11,6 +11,7 @@
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     6
 #include <malloc.h>
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     7
 #endif
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     8
 #include <stdlib.h>
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
     9
+#include <alloca.h>
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    10
 
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    11
 #include <ctype.h>
5885fb4e02f7 2008-03-24 Halton Huo <[email protected]>
nonsea
parents:
diff changeset
    12