mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Restored half of the ANSI semantic errors fix which was clobbered
by the previous commit.
This commit is contained in:
parent
ddf6208225
commit
b0a76e6a69
2 changed files with 0 additions and 4 deletions
|
|
@ -663,8 +663,6 @@ static u_long status_sum = 0;
|
|||
/*
|
||||
* misc. support routines.
|
||||
*/
|
||||
static const struct CARDTYPE cards[];
|
||||
static const struct TUNER tuners[];
|
||||
static int signCard( bktr_ptr_t bktr, int offset,
|
||||
int count, u_char* sig );
|
||||
static void probeCard( bktr_ptr_t bktr, int verbose );
|
||||
|
|
|
|||
|
|
@ -663,8 +663,6 @@ static u_long status_sum = 0;
|
|||
/*
|
||||
* misc. support routines.
|
||||
*/
|
||||
static const struct CARDTYPE cards[];
|
||||
static const struct TUNER tuners[];
|
||||
static int signCard( bktr_ptr_t bktr, int offset,
|
||||
int count, u_char* sig );
|
||||
static void probeCard( bktr_ptr_t bktr, int verbose );
|
||||
|
|
|
|||
Loading…
Reference in a new issue