Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151329556
D41411.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
719 B
Referenced Files
None
Subscribers
None
D41411.id.diff
View Options
diff --git a/usr.sbin/efitable/efitable.c b/usr.sbin/efitable/efitable.c
--- a/usr.sbin/efitable/efitable.c
+++ b/usr.sbin/efitable/efitable.c
@@ -28,7 +28,6 @@
#include <sys/efiio.h>
#include <sys/param.h>
#include <sys/stat.h>
-#include <err.h>
#include <fcntl.h>
#include <getopt.h>
#include <stdbool.h>
@@ -208,7 +207,8 @@
xo_close_list("entries");
xo_close_container("esrt");
- xo_finish();
+ if (xo_finish() < 0)
+ xo_err(EX_IOERR, "stdout");
}
static void
@@ -226,7 +226,8 @@
"{:memory_protection_attribute/%#lx}\n",
prop->memory_protection_attribute);
xo_close_container("prop");
- xo_finish();
+ if (xo_finish() < 0)
+ xo_err(EX_IOERR, "stdout");
}
static void usage(void)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 8, 3:42 PM (9 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31069276
Default Alt Text
D41411.id.diff (719 B)
Attached To
Mode
D41411: efitable: Complete libxo transition.
Attached
Detach File
Event Timeline
Log In to Comment