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:
parent
d4ed9da2ff
commit
d3bc8f6633
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user