File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ BLAKE2s (saytime_27jan2015.tar.gz) = 2f9d2c5681d672663bdb4394b4627157ce7f3bebba8
44SHA512 (saytime_27jan2015.tar.gz) = bde4fc67bb18271baa5fb5b9ff0c7027869dbd132805425dbc5e8460196ed46bb9f43df3ffd66b0d4733e707b41caeeef0b90118d0080cd0b837daab00b85c55
55Size (saytime_27jan2015.tar.gz) = 105160 bytes
66SHA1 (patch-aa) = 14b2ba5cd8a4cdd4a2b5933a3744e9b280c56978
7- SHA1 (patch-ab) = a578185627da19a4274df3d96d2a6c3c3c8f2b0b
7+ SHA1 (patch-ab) = 880932c1b91fe57d4d090320cc866e97a030e24c
Original file line number Diff line number Diff line change @@ -2,7 +2,15 @@ $NetBSD: patch-ab,v 1.4 2022/11/20 18:26:21 is Exp $
22
33--- saytime.c.orig 2015-01-27 20:15:03.000000000 +0000
44+++ saytime.c
5- @@ -502,10 +502,10 @@ saynumber( int n, int leadingzero )
5+ @@ -24,6 +24,7 @@
6+ ** SUCH DAMAGE.
7+ */
8+
9+ +#include <fcntl.h>
10+ #include <unistd.h>
11+ #include <stdlib.h>
12+ #include <stdio.h>
13+ @@ -502,10 +503,10 @@ main( int argc, char** argv )
614 int
715 main( int argc, char** argv )
816 {
You can’t perform that action at this time.
0 commit comments