diff options
Diffstat (limited to 'usr/src/lib')
-rw-r--r-- | usr/src/lib/brand/lx/lx_support/lx_support.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/brand/lx/lx_support/lx_support.c b/usr/src/lib/brand/lx/lx_support/lx_support.c index ef4e614e99..d35c68ed8d 100644 --- a/usr/src/lib/brand/lx/lx_support/lx_support.c +++ b/usr/src/lib/brand/lx/lx_support/lx_support.c @@ -226,7 +226,7 @@ lxs_set_ttygid(zoneid_t zoneid) sizeof (tty_gid)); done: - fclose(fp); + (void) fclose(fp); } static int |