unp: Fix falloc() failure in unp_fp_externalize()
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Sun, 13 Sep 2015 12:58:33 +0000 (20:58 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Mon, 14 Sep 2015 01:08:42 +0000 (09:08 +0800)
commit7d73f7932e6976a4ea8e2c12eee756ec80e38c0d
treed456ac43c78663a84a45822ebe358be64cb93c41
parent4886722eae1b4ba734898be2f29647a9e9c2b5e4
unp: Fix falloc() failure in unp_fp_externalize()

fx will be NULL, if falloc() fails.

While I'm here, move local variables near their usage.
sys/kern/uipc_usrreq.c