diff options
author | alc <alc@FreeBSD.org> | 2006-01-25 06:45:57 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2006-01-25 06:45:57 +0000 |
commit | d1c7af5900900497c402aa73f383cf3da406ade2 (patch) | |
tree | 07c0f4392ac6617828dc24b1139cde1b7047289a /lib/libc/stdlib/exit.c | |
parent | f7b6cf045ea1919f3507ebec16a4b9851d7cddbc (diff) | |
download | FreeBSD-src-d1c7af5900900497c402aa73f383cf3da406ade2.zip FreeBSD-src-d1c7af5900900497c402aa73f383cf3da406ade2.tar.gz |
The previous revision incorrectly changed a switch statement into an if
statement. Specifically, a break statement that previously broke out of
the enclosing switch was not changed. Consequently, the enclosing loop
terminated prematurely.
This could result in "vm_page_insert: page already inserted" panics.
Submitted by: tegge
Diffstat (limited to 'lib/libc/stdlib/exit.c')
0 files changed, 0 insertions, 0 deletions