Re: unlimited HFSC v4: against -current with deferred pushing

2013-10-31 Thread Theo de Raadt
> + > +/* XXX hack, because we need the structure definition */ > +#define ALTQ_IS_ENABLED 1 > +#include > +#undef ALTQ_IS_ENABLED > +/* XXX hack */ > + Over my dead body. If everyone needed a hack like that, we'd be in big trouble. Please refactor the code so that you don't need to do tha

unlimited HFSC v4: against -current with deferred pushing

2013-10-31 Thread Martin Pelikan
Same as v3, only it applies to -current. ok? Index: altq/if_altq.h === RCS file: /cvs/src/sys/altq/if_altq.h,v retrieving revision 1.16 diff -u -p -r1.16 if_altq.h --- altq/if_altq.h 12 Oct 2013 12:13:10 - 1.16 +++ alt