Dash:
[t2-trunk.git] / package / graphic / sane-backends / types.h.patch.musl
blob524dce67c82bccb13392d99ad2c8b4d2e5106350
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
3
4 # T2 SDE: package/.../sane-backends/types.h.patch.musl
5 # Copyright (C) 2019 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 --- sane-backends-1.0.25/include/sane/sanei_udp.h.vanilla       2019-08-13 14:24:34.959655184 +0000
18 +++ sane-backends-1.0.25/include/sane/sanei_udp.h       2019-08-13 14:25:54.531652862 +0000
19 @@ -18,6 +18,9 @@
20  #ifndef sanei_udp_h
21  #define sanei_udp_h
23 +#define _GNU_SOURCE
24 +#include <sys/types.h>
26  #include <sane/sane.h>
28  #ifdef HAVE_WINSOCK2_H
29 --- sane-backends-1.0.25/backend/epsonds-io.c.vanilla   2019-08-13 14:26:33.419651728 +0000
30 +++ sane-backends-1.0.25/backend/epsonds-io.c   2019-08-13 14:26:43.575651431 +0000
31 @@ -17,6 +17,9 @@
32  #include <ctype.h>
33  #include <unistd.h>     /* sleep */
35 +#define _GNU_SOURCE
36 +#include <sys/types.h>
38  #include "epsonds.h"
39  #include "epsonds-io.h"
41 --- sane-backends-1.0.25/backend/hp5590_low.c.vanilla   2019-08-13 14:26:58.911650984 +0000
42 +++ sane-backends-1.0.25/backend/hp5590_low.c   2019-08-13 14:27:09.583650672 +0000
43 @@ -51,6 +51,10 @@
44  # include <netinet/in.h>
45  #endif /* HAVE_NETINET_IN_H */
47 +#define _GNU_SOURCE
48 +#include <sys/types.h>
51  #include "byteorder.h"
53  #include "../include/sane/sanei_debug.h"
54 --- sane-backends-1.0.25/backend/hp5400_sanei.c.vanilla 2019-08-13 14:27:52.391649423 +0000
55 +++ sane-backends-1.0.25/backend/hp5400_sanei.c 2019-08-13 14:28:06.103649023 +0000
56 @@ -58,6 +58,9 @@
57  #include <stdio.h>
58  #include "../include/sane/sanei_usb.h"
60 +#define _GNU_SOURCE
61 +#include <sys/types.h>
63  #define CMD_INITBULK1   0x0087 /* send 0x14 */
64  #define CMD_INITBULK2   0x0083 /* send 0x24 */
65  #define CMD_INITBULK3   0x0082 /* transfer length 0xf000 */
66 --- sane-backends-1.0.25/backend/kvs20xx_cmd.h.vanilla  2019-08-13 14:28:24.147648496 +0000
67 +++ sane-backends-1.0.25/backend/kvs20xx_cmd.h  2019-08-13 14:28:32.651648248 +0000
68 @@ -9,6 +9,9 @@
69     Panasonic KV-S20xx USB-SCSI scanners.
70  */
72 +#define _GNU_SOURCE
73 +#include <sys/types.h>
75  #define COMMAND_BLOCK  1
76  #define DATA_BLOCK     2
77  #define RESPONSE_BLOCK 3
78 --- sane-backends-1.0.25/backend/kvs40xx.h.vanilla      2019-08-13 14:29:02.415647380 +0000
79 +++ sane-backends-1.0.25/backend/kvs40xx.h      2019-08-13 14:29:09.299647179 +0000
80 @@ -11,6 +11,10 @@
81  #include "../include/sane/config.h"
82  #include <semaphore.h>
84 +#define _GNU_SOURCE
85 +#include <sys/types.h>
88  #undef  BACKEND_NAME
89  #define BACKEND_NAME kvs40xx