ircII-current: Remove not needed patch

<limits.h> is already included.
This commit is contained in:
Leonardo Taccari 2019-01-16 00:56:11 +01:00
parent 9ac9d574ef
commit 2443d6cd52
2 changed files with 0 additions and 15 deletions

View File

@ -5,4 +5,3 @@ RMD160 (ircii-current.tar.bz2) = ad74104fd288f13614d8dee46d323f711884339b
SHA512 (ircii-current.tar.bz2) = 7d894cbc64cbaee747f04ecab0ed7082a720d5cb567bbe09764825df3a44107f93721cf39f1e5175a16f069657458f7c3077dba8c5351c7026bbe1c1316668e5
Size (ircii-current.tar.bz2) = 606212 bytes
SHA1 (patch-ac) = 745353a4776cc9c0a4aa6ce6e2a9422a0864af16
SHA1 (patch-include_irc.h) = 257e7879461d88d9e8e05205e96cdec702e9e458

View File

@ -1,14 +0,0 @@
$NetBSD: patch-include_irc.h,v 1.1 2017/07/22 15:13:41 maya Exp $
limits.h for PATH_MAX
--- include/irc.h.orig 2017-07-03 12:44:25.000000000 +0000
+++ include/irc.h
@@ -92,6 +92,7 @@
# include <fcntl.h>
#endif /* HAVE_FCNTL_H */
+#include <limits.h>
#include <unistd.h>
#ifdef HAVE_SYS_FILE_H