Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F165103774
D2059.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
637 B
Referenced Files
None
Subscribers
None
D2059.diff
View Options
Index: head/contrib/libxo/libxo/xo.h
===================================================================
--- head/contrib/libxo/libxo/xo.h
+++ head/contrib/libxo/libxo/xo.h
@@ -272,13 +272,13 @@
xo_warnx (const char *fmt, ...);
void
-xo_err (int eval, const char *fmt, ...);
+xo_err (int eval, const char *fmt, ...) __dead2;
void
-xo_errx (int eval, const char *fmt, ...);
+xo_errx (int eval, const char *fmt, ...) __dead2;
void
-xo_errc (int eval, int code, const char *fmt, ...);
+xo_errc (int eval, int code, const char *fmt, ...) __dead2;
void
xo_message_hcv (xo_handle_t *xop, int code, const char *fmt, va_list vap);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Aug 7, 1:51 AM (19 h, 47 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36142752
Default Alt Text
D2059.diff (637 B)
Attached To
Mode
D2059: Mark xo_err() family of functions as __dead2. This fixes compiler warnings in software using it, and is a prerequisite for libxoisation of iscsictl(8).
Attached
Detach File
Event Timeline
Log In to Comment