Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/rsync-generation/
Date: Tue, 03 May 2016 16:08:28
Message-Id: 1462291694.53aba1299c0c1c97839aebe1effda6672051e4c2.grobian@gentoo
1 commit: 53aba1299c0c1c97839aebe1effda6672051e4c2
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 3 16:08:14 2016 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Tue May 3 16:08:14 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=53aba129
7
8 hashgen: include sys/time.h for utimes
9
10 scripts/rsync-generation/hashgen.c | 1 +
11 1 file changed, 1 insertion(+)
12
13 diff --git a/scripts/rsync-generation/hashgen.c b/scripts/rsync-generation/hashgen.c
14 index 4dbd754..6fc8e15 100644
15 --- a/scripts/rsync-generation/hashgen.c
16 +++ b/scripts/rsync-generation/hashgen.c
17 @@ -6,6 +6,7 @@
18 #include <errno.h>
19 #include <sys/stat.h>
20 #include <sys/types.h>
21 +#include <sys/time.h>
22 #include <openssl/sha.h>
23 #include <openssl/whrlpool.h>