opnsense-ports/net/nss_ldap/files/patch-ldap-ethers.h
Franco Fichtner 52714a3413 */*: sync with upstream
Taken from: HardenedBSD
2018-07-24 07:10:29 +02:00

11 lines
179 B
C

--- ldap-ethers.h.orig
+++ ldap-ethers.h
@@ -32,7 +32,7 @@
#ifndef HAVE_STRUCT_ETHER_ADDR
struct ether_addr {
- u_char ether_addr_octet[6];
+ u_char octet[6];
};
#endif