summaryrefslogtreecommitdiff
path: root/resource.c
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2014-02-05 02:20:51 +0000
committerDmitry V. Levin <ldv@altlinux.org>2014-02-05 02:28:18 +0000
commit594527353359d9a6aad516992e09c393e11f3bd2 (patch)
treeccef62341623db916eade55a47c9b00f4ce45b7f /resource.c
parent82b1ea7c3fc854d5ea805f490d351d443701d60b (diff)
downloadstrace-594527353359d9a6aad516992e09c393e11f3bd2.tar.gz
strace-594527353359d9a6aad516992e09c393e11f3bd2.tar.bz2
strace-594527353359d9a6aad516992e09c393e11f3bd2.tar.xz
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/
Diffstat (limited to 'resource.c')
-rw-r--r--resource.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/resource.c b/resource.c
index 24158b3..5f92b39 100644
--- a/resource.c
+++ b/resource.c
@@ -85,7 +85,7 @@ static const struct xlat resources[] = {
#ifdef RLIMIT_VMEM
XLAT(RLIMIT_VMEM),
#endif
- { 0, NULL }
+ XLAT_END
};
#if !(SIZEOF_RLIM_T == 4 || SIZEOF_RLIM_T == 8)
@@ -238,7 +238,7 @@ static const struct xlat usagewho[] = {
#ifdef RUSAGE_BOTH
XLAT(RUSAGE_BOTH),
#endif
- { 0, NULL },
+ XLAT_END
};
#ifdef ALPHA
@@ -390,7 +390,7 @@ static const struct xlat priorities[] = {
XLAT(PRIO_PROCESS),
XLAT(PRIO_PGRP),
XLAT(PRIO_USER),
- { 0, NULL },
+ XLAT_END
};
int