File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- $NetBSD: distinfo,v 1.7 2021/10/26 10:59:05 nia Exp $
1+ $NetBSD: distinfo,v 1.8 2026/03/19 14:53:37 nia Exp $
22
33BLAKE2s (granulate-0.2.tar.gz) = e61178627524d8da8fc9129a33a71e8eab98cf86d789c139b9e71b2b0b4c63dd
44SHA512 (granulate-0.2.tar.gz) = 349dcb564c79d24ad815a89c02d18f206637c11f4fbd6696b26dd389927b21eb0ba761893fcb6a2953177ad5105093c326626024bda0d4bb0caca924e53f5723
55Size (granulate-0.2.tar.gz) = 11098 bytes
66SHA1 (patch-aa) = 75c04296f16da1b3d0a81c08b9534ad1df45d7c2
7+ SHA1 (patch-granulate.c) = ca59824bd1df05331803f285b2020079faece0f0
Original file line number Diff line number Diff line change 1+ $NetBSD : patch - granulate .c ,v 1.1 2026 /03 /19 14 :53 :37 nia Exp $
2+
3+ Fix implicit declaration of strlen (3 ).
4+
5+ -- - granulate .c .orig 2026 - 03 - 19 14 :42 :06.304999535 + 0000
6+ ++ + granulate .c
7+ @@ -28 ,6 + 28 ,7 @@
8+ #include <unistd.h>
9+ #include <fcntl.h>
10+ #include <stdlib.h>
11+ + #include <string.h>
12+
13+ #define BUFSIZE 1024
14+ #define RADIX 26
You can’t perform that action at this time.
0 commit comments