libhdf5: add missing architectures
[termux-packages] / packages / alpine / os_lnx.c.patch
CommitLineData
d628b9b0 1--- ../cache/alpine-2.20/imap/src/osdep/unix/os_lnx.c 2015-01-12 05:12:25.504178437 +0000
2+++ ./imap/src/osdep/unix/os_lnx.c 2016-12-10 23:25:18.054653878 +0000
3@@ -35,9 +35,9 @@
4 #include <netdb.h>
5 #include <ctype.h>
6 #include <errno.h>
7-extern int errno; /* just in case */
8 #include <pwd.h>
9 #include "misc.h"
10+#include "../../include/getpass.c"
11
12
13 #include "fs_unix.c"
14@@ -50,3 +50,10 @@
15 #include "tz_sv4.c"
16 #include "flocklnx.c"
17 #include "utime.c"
18+long gethostid (void)
19+{
20+return 0xdeadface;
21+}
22+
23+
24+