diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:57:21 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-11-24 18:57:21 +0000 |
commit | 677780dac11d3b3969c07cb4a57e636fd2846776 (patch) | |
tree | bf31d00b54f883fd13da84007825c1ec245113b9 /irc/eggdrop/files/patch-src_proto.h | |
parent | math/octomap: Update 1.9.0 -> 1.9.1 (diff) |
irc/eggdrop: Update to 1.8.4
Changelog: https://raw.githubusercontent.com/eggheads/eggdrop/v1.8.4/NEWS
Notes
Notes:
svn path=/head/; revision=518350
Diffstat (limited to 'irc/eggdrop/files/patch-src_proto.h')
-rw-r--r-- | irc/eggdrop/files/patch-src_proto.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/irc/eggdrop/files/patch-src_proto.h b/irc/eggdrop/files/patch-src_proto.h deleted file mode 100644 index 893d532a7d8b..000000000000 --- a/irc/eggdrop/files/patch-src_proto.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-src_proto.h,v 1.1 2012/11/16 00:35:28 joerg Exp $ - ---- src/proto.h.orig 2012-11-15 10:30:20.000000000 +0000 -+++ 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 *); |