diff options
author | adam <adam@pkgsrc.org> | 2011-12-05 08:10:18 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-12-05 08:10:18 +0000 |
commit | 2668cfccc1b7b81020e5147bab5f6d3aca76f489 (patch) | |
tree | d06bc24a00b5545bd001254aaac10e9a1706b53a /comms/minicom | |
parent | 9da06c448fe00e7db0ae61413249257ea93bb1aa (diff) | |
download | pkgsrc-2668cfccc1b7b81020e5147bab5f6d3aca76f489.tar.gz |
Put <limits.h> back and fix PR#45540
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/distinfo | 4 | ||||
-rw-r--r-- | comms/minicom/patches/patch-ah | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/comms/minicom/distinfo b/comms/minicom/distinfo index fc0f8648069..52aa6f6e06d 100644 --- a/comms/minicom/distinfo +++ b/comms/minicom/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.11 2011/08/01 09:30:33 adam Exp $ +$NetBSD: distinfo,v 1.12 2011/12/05 08:10:18 adam Exp $ SHA1 (minicom-2.5.tar.gz) = 442250314de63189b619f8744c0669445e2cdd1d RMD160 (minicom-2.5.tar.gz) = 4131b9ef37d25cf8f77a70fc4b4de32e7896cc23 @@ -9,4 +9,4 @@ SHA1 (patch-ac) = 6af60d8edb50f4cd10bc4b63a792cec2075ed6d5 SHA1 (patch-ad) = e57999876f690689d858aa07f5c122ea79bfd2f1 SHA1 (patch-ae) = 1d3267fc666d857bbab05a542de6d3aa1ba53e14 SHA1 (patch-ag) = cf6c551736feb77f7f714cb4ba8b9a787eac937d -SHA1 (patch-ah) = dd014449e5de1ac3537d697c9e73416a64e8af3e +SHA1 (patch-ah) = 499f2372a27ffef2b51aa5d9ac21545d1fe5c277 diff --git a/comms/minicom/patches/patch-ah b/comms/minicom/patches/patch-ah index a9aa55a4d12..079c82f81f9 100644 --- a/comms/minicom/patches/patch-ah +++ b/comms/minicom/patches/patch-ah @@ -1,9 +1,10 @@ -$NetBSD: patch-ah,v 1.2 2011/08/01 09:30:33 adam Exp $ +$NetBSD: patch-ah,v 1.3 2011/12/05 08:10:18 adam Exp $ --- src/getsdir.h.orig 2009-12-12 15:47:47.000000000 +0000 +++ src/getsdir.h -@@ -25,7 +25,11 @@ +@@ -25,7 +25,12 @@ #include <dirent.h> ++#include <limits.h> typedef struct dirEntry { /* structure of data item */ +#ifdef NAME_MAX |