Skip to content

Commit

Permalink
Don't touch the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
barton2526 committed Aug 4, 2021
1 parent 0b2774b commit 7ef70cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/patches/libzip/nonrandomopentest.c.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
fd = open("/dev/urandom", O_RDONLY);
+ #endif
if (fd < 0) {
tfm::format(std::cerr, "can't open /dev/urandom: %s\n", strerror(errno));
fprintf(stderr, "can't open /dev/urandom: %s\n", strerror(errno));
exit(1);

0 comments on commit 7ef70cb

Please sign in to comment.