Thread (12 messages) 12 messages, 3 authors, 2017-04-28

[PATCH v4 4/4] KEYS: Print insert-sys-cert information to stdout instead of stderr

From: dhowells@redhat.com (David Howells)
Date: 2017-04-27 13:57:27
Also in: lkml

Mehmet Kayaalp [off-list ref] wrote:
+#define info(format, args...) fprintf(stdout, "INFO:    " format, ## args)
Btw, you really ought to be using standard varargs macros:

	#define info(format, ...) fprintf(stdout, "INFO:    " format, ##__VA_LIST__)

But don't worry about that for now.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help