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)
ovs_error() interprets EOF as "end of file" when printing an error message,
so ovs_fatal() might as well.


No differences found