Remove code bracketed by #ifdef __FreeBSD__.

This commit is contained in:
dyoung 2009-08-18 17:20:20 +00:00
parent 9b779d6eb6
commit 1a1d6a2158
1 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: if_altq.h,v 1.12 2007/03/04 05:59:03 christos Exp $ */
/* $NetBSD: if_altq.h,v 1.13 2009/08/18 17:20:20 dyoung Exp $ */
/* $KAME: if_altq.h,v 1.12 2005/04/13 03:44:25 suz Exp $ */
/*
@ -45,9 +45,6 @@ struct ifaltq {
int ifq_len;
int ifq_maxlen;
int ifq_drops;
#ifdef __FreeBSD__
struct mtx ifq_mtx;
#endif
/* alternate queueing related fields */
int altq_type; /* discipline type */