Switch from bioq_insert_tail() to bioqdisksort(). When the kernel is
[dragonfly.git] / contrib / nvi / common / options.awk
blob0c91f0718f0799a603a98182e5b1dc8320bb0d24
1 # @(#)options.awk 10.1 (Berkeley) 6/8/95
3 /^\/\* O_[0-9A-Z_]*/ {
4 printf("#define %s %d\n", $2, cnt++);
5 next;
7 END {
8 printf("#define O_OPTIONCOUNT %d\n", cnt);