X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/8f6c56a50524aa785f7e596d52dddfb331e18961..eee3565979933af707c711411001ba11fe406a3c:/bsd/net/if_vlan_var.h diff --git a/bsd/net/if_vlan_var.h b/bsd/net/if_vlan_var.h index fdbe617c3..cbbec55a6 100644 --- a/bsd/net/if_vlan_var.h +++ b/bsd/net/if_vlan_var.h @@ -76,7 +76,7 @@ struct ether_vlan_header { /* sysctl(3) tags, for compatibility purposes */ #define VLANCTL_PROTO 1 #define VLANCTL_MAX 2 -#endif 0 +#endif /* * Configuration structure for SIOCSETVLAN and SIOCGETVLAN ioctls. @@ -88,5 +88,5 @@ struct vlanreq { #ifdef KERNEL_PRIVATE int vlan_family_init(void); -#endif KERNEL_PRIVATE +#endif /* KERNEL_PRIVATE */ #endif /* _NET_IF_VLAN_VAR_H_ */