commit:     1882e55b3775787ddd42301d6bdd400d25427491
Author:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 26 08:40:04 2018 +0000
Commit:     Louis Sautier <sbraz <AT> gentoo <DOT> org>
CommitDate: Fri Oct 26 08:40:20 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1882e55b

net-irc/eggdrop: remove unused patches

Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 .../eggdrop-1.6.21-fix-gcc5-remove-inline.patch    | 52 ----------------------
 .../eggdrop/files/eggdrop-1.6.21-fix-memset.patch  | 11 -----
 2 files changed, 63 deletions(-)

diff --git a/net-irc/eggdrop/files/eggdrop-1.6.21-fix-gcc5-remove-inline.patch 
b/net-irc/eggdrop/files/eggdrop-1.6.21-fix-gcc5-remove-inline.patch
deleted file mode 100644
index f7bcd8b80bc..00000000000
--- a/net-irc/eggdrop/files/eggdrop-1.6.21-fix-gcc5-remove-inline.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-diff --git a/src/net.c b/src/net.c
-index 68c245c..e48fb76 100644
---- a/src/net.c
-+++ b/src/net.c
-@@ -564,7 +564,7 @@ int open_address_listen(IP addr, int *port)
- /* Returns a socket number for a listening socket that will accept any
-  * connection -- port # is returned in port
-  */
--inline int open_listen(int *port)
-+int open_listen(int *port)
- {
-   return open_address_listen(myip[0] ? getmyip() : INADDR_ANY, port);
- }
-diff --git a/src/proto.h b/src/proto.h
-index 117347e..e80e30b 100644
---- a/src/proto.h
-+++ b/src/proto.h
-@@ -271,7 +271,7 @@ int getsock(int);
- void killsock(int);
- void killtclsock(int);
- int answer(int, char *, unsigned long *, unsigned short *, int);
--inline int open_listen(int *);
-+int open_listen(int *);
- int open_address_listen(IP addr, int *);
- int open_telnet(char *, int);
- int open_telnet_dcc(int, char *, char *);
-diff --git a/src/tclhash.c b/src/tclhash.c
-index 822f920..7281ceb 100644
---- a/src/tclhash.c
-+++ b/src/tclhash.c
-@@ -109,7 +109,7 @@ static inline void tcl_bind_list_delete(tcl_bind_list_t 
*tl)
-   nfree(tl);
- }
- 
--inline void garbage_collect_tclhash(void)
-+void garbage_collect_tclhash(void)
- {
-   tcl_bind_list_t *tl, *tl_next, *tl_prev;
-   tcl_bind_mask_t *tm, *tm_next, *tm_prev;
-diff --git a/src/tclhash.h b/src/tclhash.h
-index 4069014..3bd85a7 100644
---- a/src/tclhash.h
-+++ b/src/tclhash.h
-@@ -75,7 +75,7 @@ typedef struct tcl_bind_list_b {
- 
- #ifndef MAKING_MODS
- 
--inline void garbage_collect_tclhash(void);
-+void garbage_collect_tclhash(void);
- 
- void init_bind(void);
- void kill_bind(void);

diff --git a/net-irc/eggdrop/files/eggdrop-1.6.21-fix-memset.patch 
b/net-irc/eggdrop/files/eggdrop-1.6.21-fix-memset.patch
deleted file mode 100644
index f4d60f322da..00000000000
--- a/net-irc/eggdrop/files/eggdrop-1.6.21-fix-memset.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/src/md5/md5c.c b/src/md5/md5c.c
-index 4dce058..cfdf97c 100644
---- a/src/md5/md5c.c
-+++ b/src/md5/md5c.c
-@@ -267,5 +267,5 @@ void MD5_Final(unsigned char *result, MD5_CTX *ctx)
-       result[14] = ctx->d >> 16;
-       result[15] = ctx->d >> 24;
- 
--      egg_memset(ctx, 0, sizeof(ctx));
-+      egg_memset(ctx, 0, sizeof(*ctx));
- }

Reply via email to