From da4d26fed6e15748235177553710823c64a155db Mon Sep 17 00:00:00 2001 From: ied206 Date: Tue, 16 Jun 2015 14:04:10 +0900 Subject: [PATCH] Removed old diff file --- telegram-cli-cygwin.diff | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100755 telegram-cli-cygwin.diff diff --git a/telegram-cli-cygwin.diff b/telegram-cli-cygwin.diff deleted file mode 100755 index 8774ff5..0000000 --- a/telegram-cli-cygwin.diff +++ /dev/null @@ -1,29 +0,0 @@ -diff -urN telegram-cli/Makefile telegram-cli-mod/Makefile ---- telegram-cli/Makefile 2015-06-16 00:15:06.735779700 +0900 -+++ telegram-cli-mod/Makefile 2015-06-16 00:17:10.884076800 +0900 -@@ -4,9 +4,9 @@ - LDFLAGS= -L/usr/local/lib -L/usr/lib -L/usr/lib -L/usr/lib - CPPFLAGS= -I/usr/local/include -I/usr/include -I/usr/include -I/usr/include/python3.4m -I/usr/include - DEFS=-DHAVE_CONFIG_H --COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Werror -Wextra -Wno-missing-field-initializers -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC -+COMPILE_FLAGS=${CFLAGS} ${CPFLAGS} ${CPPFLAGS} ${DEFS} -Wall -Wextra -Wno-missing-field-initializers -Wno-deprecated-declarations -fno-strict-aliasing -fno-omit-frame-pointer -ggdb -Wno-unused-parameter -fPIC - EXTRA_LIBS=-ljansson -lconfig -lz -levent -lm -lreadline -llua-5.2 -lpython3.4m -lssl -lcrypto --LOCAL_LDFLAGS=-rdynamic -ggdb -levent ${EXTRA_LIBS} -ldl -lpthread -lutil -+LOCAL_LDFLAGS=-ggdb -levent ${EXTRA_LIBS} -ldl -lpthread -lutil - LINK_FLAGS=${LDFLAGS} ${LOCAL_LDFLAGS} - - DEP=dep -diff -urN telegram-cli/loop.c telegram-cli-mod/loop.c ---- telegram-cli/loop.c 2015-06-16 00:13:58.813146200 +0900 -+++ telegram-cli-mod/loop.c 2015-06-16 00:17:40.441832400 +0900 -@@ -383,8 +383,8 @@ - close (auth_file_fd); - } - --void write_secret_chat (tgl_peer_t *_P, void *extra) { -- struct tgl_secret_chat *P = (void *)_P; -+void write_secret_chat (tgl_peer_t *_PP, void *extra) { -+ struct tgl_secret_chat *P = (void *)_PP; - if (tgl_get_peer_type (P->id) != TGL_PEER_ENCR_CHAT) { return; } - if (P->state != sc_ok) { return; } - int *a = extra;