Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 674845 Details for
Bug 735818
app-arch/zstd-1.4.5 fails to compile on alpha
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for programs/util.c: fix build without st_mtime
zstd-1.4.5-st_mtime.patch (text/plain), 511 bytes, created by
Yoshihiko Iwama
on 2020-11-25 13:48:31 UTC
(
hide
)
Description:
patch for programs/util.c: fix build without st_mtime
Filename:
MIME Type:
Creator:
Yoshihiko Iwama
Created:
2020-11-25 13:48:31 UTC
Size:
511 bytes
patch
obsolete
>diff -aruN zstd-1.4.5.orig/programs/util.c zstd-1.4.5/programs/util.c >--- zstd-1.4.5.orig/programs/util.c 2020-05-22 14:04:00.000000000 +0900 >+++ zstd-1.4.5/programs/util.c 2020-11-25 21:49:30.025076139 +0900 >@@ -28,7 +28,7 @@ > # include <io.h> /* _chmod */ > #else > # include <unistd.h> /* chown, stat */ >-# if PLATFORM_POSIX_VERSION < 200809L >+# if PLATFORM_POSIX_VERSION < 200809L || !defined(st_mtime) > # include <utime.h> /* utime */ > # else > # include <fcntl.h> /* AT_FDCWD */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 735818
:
652804
|
652806
|
656624
| 674845