1
0
mirror of https://github.com/open-simh/simh.git synced 2026-01-13 15:27:46 +00:00

ETHER: Fix compile issue when building on VMS.

This commit is contained in:
Mark Pizzolato 2016-05-20 10:18:36 -07:00
parent d4ed9da2ff
commit d3bc8f6633

View File

@ -1371,7 +1371,7 @@ static int pcap_mac_if_win32(const char *AdapterName, unsigned char MACAddress[6
#include <stsdef.h>
#include <nmadef.h>
static int pcap_mac_if_vms(char *AdapterName, unsigned char MACAddress[6])
static int pcap_mac_if_vms(const char *AdapterName, unsigned char MACAddress[6])
{
char VMS_Device[16];
$DESCRIPTOR(Device, VMS_Device);