1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-25 11:55:43 +00:00

ETHER: Properly describe const MAC address parameter in eth_mac_fmt

Fix problem reported in #316
This commit is contained in:
Mark Pizzolato
2016-05-18 14:43:49 -07:00
parent 253e9deea7
commit 2c16110d94
2 changed files with 4 additions and 4 deletions

View File

@@ -357,7 +357,7 @@ t_stat eth_show_devices (FILE* st, DEVICE *dptr, /* show ethernet devices
UNIT* uptr, int32 val, CONST char* desc);
void eth_show_dev (FILE*st, ETH_DEV* dev); /* show ethernet device state */
void eth_mac_fmt (const ETH_MAC* add, char* buffer); /* format ethernet mac address */
void eth_mac_fmt (ETH_MAC* const add, char* buffer); /* format ethernet mac address */
t_stat eth_mac_scan (ETH_MAC* mac, const char* strmac); /* scan string for mac, put in mac */
t_stat ethq_init (ETH_QUE* que, int max); /* initialize FIFO queue */