freebsd-dev/sys/net/altq
Ed Maste 3e85b721d6 Remove register keyword from sys/ and ANSIfy prototypes
A long long time ago the register keyword told the compiler to store
the corresponding variable in a CPU register, but it is not relevant
for any compiler used in the FreeBSD world today.

ANSIfy related prototypes while here.

Reviewed by:	cem, jhb
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D10193
2017-05-17 00:34:34 +00:00
..
altq_cbq.c Don't repeat the the word 'the' 2016-05-17 12:52:31 +00:00
altq_cbq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_cdnr.c
altq_cdnr.h
altq_classq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_codel.c Fix the spelling of eri's name. 2015-08-24 23:40:36 +00:00
altq_codel.h Fix the spelling of eri's name. 2015-08-24 23:40:36 +00:00
altq_fairq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_fairq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_hfsc.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_hfsc.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_priq.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_priq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_red.c sys/net*: minor spelling fixes. 2016-05-03 18:05:43 +00:00
altq_red.h
altq_rio.c Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
altq_rio.h
altq_rmclass_debug.h
altq_rmclass.c Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq_rmclass.h Remove register keyword from sys/ and ANSIfy prototypes 2017-05-17 00:34:34 +00:00
altq_subr.c Remove an alias if_list, use if_link consistently. 2016-10-06 00:51:27 +00:00
altq_var.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
altq.h Add ALTQ(9) support for the CoDel algorithm. 2015-08-21 22:02:22 +00:00
if_altq.h