summaryrefslogtreecommitdiff
path: root/tools/build/feature/test-libaudit.c
blob: afc019f08641c5d9cd9d8cfeeb69aec7cd1d7687 (plain)
1
2
3
4
5
6
7
8
9
10
#include <libaudit.h>

extern int printf(const char *format, ...);

int main(void)
{
	printf("error message: %s\n", audit_errno_to_name(0));

	return audit_open();
}
authorGeliang Tang <geliangtang@gmail.com>2016-12-20 22:02:18 +0800
committerDavid S. Miller <davem@davemloft.net>2016-12-20 14:22:49 -0500
commita763f78cea845c91b8d91f93dabf70c407635dc5 (patch)
tree9b2d4293e2ba1759a8ec7f272cf3df1783d48700 /net/tipc/addr.h
parent7f7cd56c33937c6afa8a3d1f10a804c314e5b308 (diff)
RDS: use rb_entry()
To make the code clearer, use rb_entry() instead of container_of() to deal with rbtree. Signed-off-by: Geliang Tang <geliangtang@gmail.com> Reviewed-by: Leon Romanovsky <leonro@mellanox.com> Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/addr.h')