diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-31 13:28:10 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-08-31 13:28:10 +0000 |
commit | 1be86b3cfe50fab77d37377138be07c9d974937e (patch) | |
tree | ab7f62dfd1f76a43d08582334c54b45d8dc11b7a | |
parent | 9e58415e998e45a09444cd8c9b84809d3eb37d3f (diff) | |
download | illumos-joyent-1be86b3cfe50fab77d37377138be07c9d974937e.tar.gz |
8572 ccompile.h: rename __GNU_UNUSED to __unused [fix broken build]
-rw-r--r-- | usr/src/lib/varpd/files/common/libvarpd_files_json.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/varpd/files/common/libvarpd_files_json.c b/usr/src/lib/varpd/files/common/libvarpd_files_json.c index 240c84bd77..53e63c6244 100644 --- a/usr/src/lib/varpd/files/common/libvarpd_files_json.c +++ b/usr/src/lib/varpd/files/common/libvarpd_files_json.c @@ -331,7 +331,7 @@ hdlr_bareword(state_t *s) /* ARGSUSED */ static int collect_number(state_t *s, boolean_t *isint, int32_t *result, - double *fresult __GNU_UNUSED) + double *fresult __unused) { boolean_t neg = B_FALSE; int t; |