From d3bc8f6633473c9ac00deb204cbc278384bf3a68 Mon Sep 17 00:00:00 2001 From: Mark Pizzolato Date: Fri, 20 May 2016 10:18:36 -0700 Subject: [PATCH] ETHER: Fix compile issue when building on VMS. --- sim_ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sim_ether.c b/sim_ether.c index 087e1315..549300ad 100644 --- a/sim_ether.c +++ b/sim_ether.c @@ -1371,7 +1371,7 @@ static int pcap_mac_if_win32(const char *AdapterName, unsigned char MACAddress[6 #include #include -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);