diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 10:32:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-11-28 10:32:44 +0000 |
commit | 2114fb2304f44b2756ad668d4d406a68c9574b8d (patch) | |
tree | 5f95f2907447027f031e05ea78eddf68e0922fd0 /irc/tr-ircd/files/patch-lib-md5-getline.h | |
parent | - Update to 20121026 [1] (diff) |
2012-11-27 java/jmp: Java 1.5 is EOLed
2012-11-26 irc/tr-ircd: No more public distfiles
2012-11-26 lang/imp-interpreter: No more public distfiles
2012-11-26 games/xquarto: No more public distfiles
2012-11-26 games/six: No more public distfiles
2012-11-26 finance/gfp: No more public distfiles
2012-11-26 games/44bsd-hunt: No more public distfiles
2012-11-26 graphics/ale: No more public distfiles
2012-11-26 german/digibux: No more public distfiles
2012-11-26 java/eclipse-clay-core: No more public distfiles
2012-11-26 games/xbloody: No more public distfiles
2012-11-26 dns/sqldjbdns: No more public distfiles
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=307898
Diffstat (limited to 'irc/tr-ircd/files/patch-lib-md5-getline.h')
-rw-r--r-- | irc/tr-ircd/files/patch-lib-md5-getline.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/irc/tr-ircd/files/patch-lib-md5-getline.h b/irc/tr-ircd/files/patch-lib-md5-getline.h deleted file mode 100644 index 093ce1af8b19..000000000000 --- a/irc/tr-ircd/files/patch-lib-md5-getline.h +++ /dev/null @@ -1,16 +0,0 @@ ---- lib/md5/getline.h.orig 2009-06-18 13:54:02.000000000 +0200 -+++ lib/md5/getline.h 2009-06-18 13:56:18.000000000 +0200 -@@ -34,8 +34,13 @@ - int - getline PARAMS ((char **_lineptr, size_t *_n, FILE *_stream)); - -+#if defined(__FreeBSD__) -+#include <osreldate.h> -+#if __FreeBSD_version < 800067 - int - getdelim PARAMS ((char **_lineptr, size_t *_n, int _delimiter, FILE *_stream)); -+#endif -+#endif - - /* - * # endif |