ETHER: Fix compile issue when building on VMS.
This commit is contained in:
parent
d4ed9da2ff
commit
d3bc8f6633
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue