diff options
Diffstat (limited to 'usr/src/cmd/zpool/zpool_util.c')
-rw-r--r-- | usr/src/cmd/zpool/zpool_util.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/usr/src/cmd/zpool/zpool_util.c b/usr/src/cmd/zpool/zpool_util.c index f44da4ff60..bc34e41a4c 100644 --- a/usr/src/cmd/zpool/zpool_util.c +++ b/usr/src/cmd/zpool/zpool_util.c @@ -19,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <errno.h> #include <libgen.h> #include <libintl.h> @@ -54,7 +52,7 @@ safe_malloc(size_t size) * Same as above, but for strdup() */ char * -safe_strdup(const char *str) +zpool_safe_strdup(const char *str) { char *ret; |