micq 0.4.1 - text-mode icq clone.
This commit is contained in:
parent
5da3e556a5
commit
ab34c60a0e
15
net/micq/patches/patch-ab
Normal file
15
net/micq/patches/patch-ab
Normal file
@ -0,0 +1,15 @@
|
||||
--- ui.c.orig Thu Jun 24 00:41:20 1999
|
||||
+++ ui.c Thu Jun 24 00:41:59 1999
|
||||
@@ -45,10 +45,10 @@
|
||||
|
||||
USER_INFO_STRUCT user;
|
||||
|
||||
-#ifdef 0
|
||||
+/* #ifdef 0
|
||||
char *strdup( const char * );
|
||||
int strcasecmp( const char *, const char * );
|
||||
-#endif
|
||||
+#endif */
|
||||
|
||||
BOOL Do_Multiline( SOK_T sok, char *buf )
|
||||
{
|
11
net/micq/patches/patch-ac
Normal file
11
net/micq/patches/patch-ac
Normal file
@ -0,0 +1,11 @@
|
||||
--- mreadline.c.orig Thu Jun 24 00:42:41 1999
|
||||
+++ mreadline.c Thu Jun 24 00:42:46 1999
|
||||
@@ -324,7 +324,7 @@
|
||||
}
|
||||
|
||||
static struct termios saved_attr;
|
||||
-static attrs_saved = 0;
|
||||
+static int attrs_saved = 0;
|
||||
|
||||
static void tty_restore (void)
|
||||
{
|
Loading…
Reference in New Issue
Block a user