bhyve-fw: drop CSM
[oi-userland.git] / components / library / sane-backends / patches / 01-illumos.patch
blob46845a8f3ecb3901437f2117330ef6a8d680ce98
1 --- sane-backends-1.0.27/lib/inet_pton.c.orig Sun Nov 5 14:32:59 2017
2 +++ sane-backends-1.0.27/lib/inet_pton.c Sun Nov 5 14:34:38 2017
3 @@ -38,7 +38,7 @@
4 # if !defined(INADDR_NONE)
5 # define INADDR_NONE -1
6 # endif /* !defined(INADDR_NONE) */
7 - u_int32_t in;
8 + in_addr_t in;
10 in = inet_addr (src);
11 if (in != INADDR_NONE)