diff options
| author | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 19:33:58 +0000 |
|---|---|---|
| committer | Pedro F. Giffuni <pfg@FreeBSD.org> | 2016-04-10 19:33:58 +0000 |
| commit | 513004a23dac3416f8f9c11aaa148bf8606c8617 (patch) | |
| tree | 6796a0cd32cea8fd5591b7f2c6d10ae7f153ccb9 /lib/libc/posix1e | |
| parent | 6e5bbb486cf872ff289d4573cb9d08bf3178b160 (diff) | |
Notes
Diffstat (limited to 'lib/libc/posix1e')
| -rw-r--r-- | lib/libc/posix1e/acl_support_nfs4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/posix1e/acl_support_nfs4.c b/lib/libc/posix1e/acl_support_nfs4.c index 1eece989ad3f..7dd7f04daaf3 100644 --- a/lib/libc/posix1e/acl_support_nfs4.c +++ b/lib/libc/posix1e/acl_support_nfs4.c @@ -81,7 +81,7 @@ static const char * format_flag(uint32_t *var, const struct flagnames_struct *flags) { - for (; flags->name != 0; flags++) { + for (; flags->name != NULL; flags++) { if ((flags->flag & *var) == 0) continue; |
