mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Closes: https://bugs.gentoo.org/947850 Signed-off-by: Alexey Sokolov <alexey+gentoo@asokolov.org> Closes: https://github.com/gentoo/gentoo/pull/41326 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
395 B
Diff
14 lines
395 B
Diff
https://bugs.gentoo.org/947850
|
|
|
|
--- a/rp2gen/crout.c
|
|
+++ b/rp2gen/crout.c
|
|
@@ -96,7 +96,7 @@ extern rp2_bool testing;
|
|
extern rp2_bool cplusplus;
|
|
extern rp2_bool neterrors; /* exchange OS independent errors */
|
|
extern struct subsystem subsystem;
|
|
-extern unsigned versionnumber; /* used to check version */
|
|
+extern time_t versionnumber; /* used to check version */
|
|
extern ENTRY *find();
|
|
|
|
enum
|