summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_scanf.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1999-11-19 21:29:03 +0000
committerphk <phk@FreeBSD.org>1999-11-19 21:29:03 +0000
commitb77d489a08d04efc9660b1caaa3a0db85601a98d (patch)
tree71b4b3a9700f7d0066e9f187937e6a486e88709a /sys/kern/subr_scanf.c
parent0c40ec2d4cd03de7e036ebb4816388fdcadc265a (diff)
downloadFreeBSD-src-b77d489a08d04efc9660b1caaa3a0db85601a98d.zip
FreeBSD-src-b77d489a08d04efc9660b1caaa3a0db85601a98d.tar.gz
The at_exit and at_fork functions currently use a 'roll your own'
linked list to store the callbak routines. The patch converts the lists to queue(3) TAILQs, making the code slightly clearer and ensuring that callbacks are executed in FIFO order. Man page also updated as necesary. (discontinued use of M_TEMP malloc type while here anyway /phk) Submitted by: Jake Burkholder jake@checker.org PR: 14912
Diffstat (limited to 'sys/kern/subr_scanf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud