mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 19:57:36 +00:00
ETHER: Fix typo in comment
This commit is contained in:
@@ -1389,7 +1389,7 @@ struct _PACKET_OID_DATA {
|
||||
};
|
||||
typedef struct _PACKET_OID_DATA PACKET_OID_DATA, *PPACKET_OID_DATA;
|
||||
typedef void **LPADAPTER;
|
||||
#define OID_802_3_CURRENT_ADDRESS 0x01010102 /* Extracted from ntddmdis.h */
|
||||
#define OID_802_3_CURRENT_ADDRESS 0x01010102 /* Extracted from ntddndis.h */
|
||||
|
||||
static int pcap_mac_if_win32(const char *AdapterName, unsigned char MACAddress[6])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user