diff options
Diffstat (limited to 'usr/src/lib')
| -rw-r--r-- | usr/src/lib/libbrand/common/libbrand.c | 4 | ||||
| -rw-r--r-- | usr/src/lib/libbrand/common/libbrand.h | 2 | ||||
| -rw-r--r-- | usr/src/lib/libbrand/common/mapfile-vers | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/lib/libbrand/common/libbrand.c b/usr/src/lib/libbrand/common/libbrand.c index 57e41a48b3..b865a43ca2 100644 --- a/usr/src/lib/libbrand/common/libbrand.c +++ b/usr/src/lib/libbrand/common/libbrand.c @@ -21,8 +21,8 @@ /* * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2014 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2011, Joyent, Inc. All rights reserved. + * Copyright 2014 Nexenta Systems, Inc. All rights reserved. */ #include <assert.h> @@ -537,7 +537,7 @@ brand_restartinit(brand_handle_t bh) char val[80]; if (brand_get_value(bhp, NULL, NULL, NULL, NULL, - val, 80, DTD_ELEM_RESTARTINIT, B_FALSE, B_FALSE) != 0) + val, sizeof (val), DTD_ELEM_RESTARTINIT, B_FALSE, B_FALSE) != 0) return (B_TRUE); if (strcmp(val, "false") == 0) diff --git a/usr/src/lib/libbrand/common/libbrand.h b/usr/src/lib/libbrand/common/libbrand.h index 7d66a18ca5..5c5fb1b42e 100644 --- a/usr/src/lib/libbrand/common/libbrand.h +++ b/usr/src/lib/libbrand/common/libbrand.h @@ -21,8 +21,8 @@ /* * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright 2014 Nexenta Systems, Inc. All rights reserved. * Copyright (c) 2011, Joyent, Inc. All rights reserved. + * Copyright 2014 Nexenta Systems, Inc. All rights reserved. */ #ifndef _LIBBRAND_H diff --git a/usr/src/lib/libbrand/common/mapfile-vers b/usr/src/lib/libbrand/common/mapfile-vers index f32ac86dc6..be79ae12b7 100644 --- a/usr/src/lib/libbrand/common/mapfile-vers +++ b/usr/src/lib/libbrand/common/mapfile-vers @@ -20,8 +20,8 @@ # # # Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. -# Copyright 2014 Nexenta Systems, Inc. All rights reserved. # Copyright (c) 2011, Joyent, Inc. All rights reserved. +# Copyright 2014 Nexenta Systems, Inc. All rights reserved. # # |
