diff options
author | Milan Jurik <milan.jurik@xylab.cz> | 2012-02-18 19:52:02 +0100 |
---|---|---|
committer | John Sonnenschein <johns@joyent.com> | 2012-03-13 05:53:22 +0000 |
commit | efefed6cf295c46464f8aea098547c0c1fe6d991 (patch) | |
tree | a492ae3e227b722c3482ca04565ceac474546f27 /usr/src/lib/libcmdutils | |
parent | 2125ba8175faea78223c68414676b1c7c06b1cc8 (diff) | |
download | illumos-joyent-efefed6cf295c46464f8aea098547c0c1fe6d991.tar.gz |
2077 lots of unreachable breaks in illumos gate
Reviewed by: Dan McDonald <danmcd@nexenta.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src/lib/libcmdutils')
-rw-r--r-- | usr/src/lib/libcmdutils/common/process_xattrs.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/lib/libcmdutils/common/process_xattrs.c b/usr/src/lib/libcmdutils/common/process_xattrs.c index dc37d586a8..1264d467bd 100644 --- a/usr/src/lib/libcmdutils/common/process_xattrs.c +++ b/usr/src/lib/libcmdutils/common/process_xattrs.c @@ -22,10 +22,9 @@ /* * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. + * Copyright 2012 Milan Jurik. All rights reserved. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include "libcmdutils.h" @@ -318,7 +317,6 @@ sysattr_list(char *cmd, int fd, char *fname) case DATA_TYPE_NVLIST: default: return (response); - break; } } if (response != NULL) |