summaryrefslogtreecommitdiff
path: root/net/nss_ldap/files/patch-ldap-ethers.h
blob: 3b8606f29e9c272b068089dd69e53baf08034b95 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- 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