micq 0.4.1 - text-mode icq clone.

This commit is contained in:
form 1999-06-23 19:11:42 +00:00
parent 5da3e556a5
commit ab34c60a0e
2 changed files with 26 additions and 0 deletions

15
net/micq/patches/patch-ab Normal file
View 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
View 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)
{