1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../sane-backends/types.h.patch.musl
5 # Copyright (C) 2019 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
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
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
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
33 #include <unistd.h> /* sleep */
36 +#include <sys/types.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
44 # include <netinet/in.h>
45 #endif /* HAVE_NETINET_IN_H */
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
58 #include "../include/sane/sanei_usb.h"
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
69 Panasonic KV-S20xx USB-SCSI scanners.
73 +#include <sys/types.h>
75 #define COMMAND_BLOCK 1
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
81 #include "../include/sane/config.h"
82 #include <semaphore.h>
85 +#include <sys/types.h>
89 #define BACKEND_NAME kvs40xx