.. | .. |
---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
---|
1 | 2 | /* |
---|
2 | 3 | * FarSync X21 driver for Linux |
---|
3 | 4 | * |
---|
.. | .. |
---|
5 | 6 | * |
---|
6 | 7 | * Copyright (C) 2001 FarSite Communications Ltd. |
---|
7 | 8 | * www.farsite.co.uk |
---|
8 | | - * |
---|
9 | | - * This program is free software; you can redistribute it and/or |
---|
10 | | - * modify it under the terms of the GNU General Public License |
---|
11 | | - * as published by the Free Software Foundation; either version |
---|
12 | | - * 2 of the License, or (at your option) any later version. |
---|
13 | 9 | * |
---|
14 | 10 | * Author: R.J.Dunlop <bob.dunlop@farsite.co.uk> |
---|
15 | 11 | * |
---|
.. | .. |
---|
69 | 65 | struct fstioc_write { |
---|
70 | 66 | unsigned int size; |
---|
71 | 67 | unsigned int offset; |
---|
72 | | - unsigned char data[0]; |
---|
| 68 | + unsigned char data[]; |
---|
73 | 69 | }; |
---|
74 | 70 | |
---|
75 | 71 | |
---|