summaryrefslogtreecommitdiff
path: root/kern/queue.c
AgeCommit message (Collapse)Author
2022-12-27Fix some warnings with -Wmissing-prototypes.Flavio Cruz
Marked some functions as static (private) as needed and added missing includes. This also revealed some dead code which was removed. Note that -Wmissing-prototypes is not enabled here since there is a bunch more warnings. Message-Id: <Y6j72lWRL9rsYy4j@mars>
2013-11-13kern: remove register qualifiersMarin Ramesa
* kern/queue.c: Remove register qualifiers.
1997-02-25Initial sourceThomas Bushnell