util: Make ovs_fatal() understand EOF also.
authorBen Pfaff <blp@nicira.com>
Thu, 12 Aug 2010 18:05:07 +0000 (11:05 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 12 Aug 2010 22:45:50 +0000 (15:45 -0700)
commite2c1a82010cc4f35cb576d41c3c2020010503784
treee3f80a6edde2fd1994223eab960eb2fdca752326
parent2cc906419fd8592c24a281a2c4b0932ad978be3d
util: Make ovs_fatal() understand EOF also.

ovs_error() interprets EOF as "end of file" when printing an error message,
so ovs_fatal() might as well.
lib/util.c