From 594527353359d9a6aad516992e09c393e11f3bd2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Wed, 5 Feb 2014 02:20:51 +0000 Subject: Use XLAT_END macro Automatically update all xlat structures using the following sed regexp: s/^[[:space:]]*{[[:space:]]*0[[:space:]]*,[[:space:]]*NULL[[:space:]]*,\?[[:space:]]*}[[:space:]]*,\?[[:space:]]*/\tXLAT_END/ --- io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'io.c') diff --git a/io.c b/io.c index 2ed7fa5..fac5615 100644 --- a/io.c +++ b/io.c @@ -330,7 +330,7 @@ static const struct xlat splice_flags[] = { #ifdef SPLICE_F_GIFT XLAT(SPLICE_F_GIFT), #endif - { 0, NULL }, + XLAT_END }; int -- cgit v1.2.3