| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /****************************************************************************** |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * (C)Copyright 1998,1999 SysKonnect, |
|---|
| 4 | 5 | * a business unit of Schneider & Koch & Co. Datensysteme GmbH. |
|---|
| 5 | | - * |
|---|
| 6 | | - * This program is free software; you can redistribute it and/or modify |
|---|
| 7 | | - * it under the terms of the GNU General Public License as published by |
|---|
| 8 | | - * the Free Software Foundation; either version 2 of the License, or |
|---|
| 9 | | - * (at your option) any later version. |
|---|
| 10 | 6 | * |
|---|
| 11 | 7 | * The information in this file is provided "AS IS" without warranty. |
|---|
| 12 | 8 | * |
|---|
| .. | .. |
|---|
| 126 | 122 | u_char timer1_exp ; /* flag : timer 1 expired */ |
|---|
| 127 | 123 | u_char timer2_exp ; /* flag : timer 2 expired */ |
|---|
| 128 | 124 | |
|---|
| 129 | | - u_char rm_pad1[1] ; |
|---|
| 125 | + u_char rm_pad1; |
|---|
| 130 | 126 | } ; |
|---|
| 131 | 127 | |
|---|
| 132 | 128 | /* |
|---|