X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/2d21ac55c334faf3a56e5634905ed6987fc787d4..e2d2fc5c71f7d145cba7267989251af45e3bb5ba:/bsd/net/if_vlan_var.h diff --git a/bsd/net/if_vlan_var.h b/bsd/net/if_vlan_var.h index df7c97a5a..069a81d92 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) __attribute__((section("__TEXT, initcode"))); -#endif KERNEL_PRIVATE +#endif /* KERNEL_PRIVATE */ #endif /* _NET_IF_VLAN_VAR_H_ */