diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2006-11-24 16:00:26 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2006-11-24 16:00:26 +0000 |
commit | 9ad5fca2500bcb3ca0b1827a5ff816839df0f1f4 (patch) | |
tree | 1ce9ba59a4d34acf0b7a2467a8ac157881a4e9ef /games-rpg/twclone/files | |
parent | Remove old version (diff) | |
download | gentoo-2-9ad5fca2500bcb3ca0b1827a5ff816839df0f1f4.tar.gz gentoo-2-9ad5fca2500bcb3ca0b1827a5ff816839df0f1f4.tar.bz2 gentoo-2-9ad5fca2500bcb3ca0b1827a5ff816839df0f1f4.zip |
Remove old version
(Portage version: 2.1.2_rc2-r1)
(Signed Manifest commit)
Diffstat (limited to 'games-rpg/twclone/files')
-rw-r--r-- | games-rpg/twclone/files/0.12-glibc-sendmsg.patch | 36 | ||||
-rw-r--r-- | games-rpg/twclone/files/digest-twclone-0.12 | 1 |
2 files changed, 0 insertions, 37 deletions
diff --git a/games-rpg/twclone/files/0.12-glibc-sendmsg.patch b/games-rpg/twclone/files/0.12-glibc-sendmsg.patch deleted file mode 100644 index c19b0afb2aae..000000000000 --- a/games-rpg/twclone/files/0.12-glibc-sendmsg.patch +++ /dev/null @@ -1,36 +0,0 @@ -diff -ur twclone-source-0.12.orig/msgqueue.c twclone-source-0.12/msgqueue.c ---- twclone-source-0.12.orig/msgqueue.c 2003-10-25 06:11:18.830318400 -0400 -+++ twclone-source-0.12/msgqueue.c 2003-10-25 06:11:46.805065592 -0400 -@@ -98,7 +98,7 @@ - return; - } - --void sendmsg (int msgid, char *buffer, long mtype) -+void safesendmsg (int msgid, char *buffer, long mtype) - { - void *msg = malloc (sizeof (struct msgbuffer)); - -diff -ur twclone-source-0.12.orig/msgqueue.h twclone-source-0.12/msgqueue.h ---- twclone-source-0.12.orig/msgqueue.h 2003-10-25 06:11:18.830318400 -0400 -+++ twclone-source-0.12/msgqueue.h 2003-10-25 06:11:50.502503496 -0400 -@@ -122,7 +122,7 @@ - int init_msgqueue (); - void clean_msgqueues(int msgidin, int msgidout, char *filename); - long getmsg (int msgid, char *buffer, long mtype); --void sendmsg (int msgid, char *buffer, long mtype); -+void safesendmsg (int msgid, char *buffer, long mtype); - void senddata (int msgid, struct msgcommand *data, long mtype); - long getdata (int msgid, struct msgcommand *data, long mtype); - -diff -ur twclone-source-0.12.orig/server.c twclone-source-0.12/server.c ---- twclone-source-0.12.orig/server.c 2003-10-25 06:11:18.831318248 -0400 -+++ twclone-source-0.12/server.c 2003-10-25 06:11:58.972215904 -0400 -@@ -205,7 +205,7 @@ - while (data.command != ct_quit || senderid != threadid) //Main game loop - { - processcommand (buffer, &data); -- sendmsg (msgidout, buffer, senderid); -+ safesendmsg (msgidout, buffer, senderid); - senderid = getdata (msgidin, &data, 0); - } - saveallports (); diff --git a/games-rpg/twclone/files/digest-twclone-0.12 b/games-rpg/twclone/files/digest-twclone-0.12 deleted file mode 100644 index e880b97beaab..000000000000 --- a/games-rpg/twclone/files/digest-twclone-0.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 8ce8c02a830b59dddf69dad009d9b81f twclone-source-0.12.tar.gz 140847 |