1
0
mirror of https://github.com/PDP-10/klh10.git synced 2026-01-11 23:52:54 +00:00

Fix undefined int swstatus

when building enaddr.
This commit is contained in:
Olaf Seibert 2015-05-04 00:38:33 +02:00
parent 425337375c
commit aad94caa2f

View File

@ -90,6 +90,8 @@ int promiscon = FALSE; /* Desired mode (True = on) */
unsigned char pa_cur[6];
unsigned char pa_def[6];
int swstatus = 1;
static char *sprinteth(char *, unsigned char *);
static void penetaddr(char *ifc, unsigned char *cur, unsigned char *def);
static int pareth(char *, unsigned char *);