summaryrefslogtreecommitdiffstats
path: root/sys/netsmb/netbios.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netsmb/netbios.h')
-rw-r--r--sys/netsmb/netbios.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/netsmb/netbios.h b/sys/netsmb/netbios.h
index dff79b9..36d08ac 100644
--- a/sys/netsmb/netbios.h
+++ b/sys/netsmb/netbios.h
@@ -35,10 +35,6 @@
#include <netinet/in.h>
#endif
-#ifndef _NETIPX_IPX_H_
-#include <netipx/ipx.h>
-#endif
-
#define NMB_TCP_PORT 137
#define NBPROTO_TCPSSN 1 /* NETBIOS session over TCP */
@@ -114,7 +110,7 @@
*/
union nb_tran {
struct sockaddr_in x_in;
- struct sockaddr_ipx x_ipx;
+ /* struct sockaddr_ipx was here. */
};
struct nb_name {
OpenPOWER on IntegriCloud