changeset 2963:bfdfcfe0052d

6481326 lx zone install sometimes hangs (fix lint)
author nn35248
date Sat, 21 Oct 2006 09:14:20 -0700
parents 28074feb4448
children eb4788437d67
files usr/src/lib/brand/lx/lx_brand/common/clone.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/lib/brand/lx/lx_brand/common/clone.c	Sat Oct 21 09:08:27 2006 -0700
+++ b/usr/src/lib/brand/lx/lx_brand/common/clone.c	Sat Oct 21 09:14:20 2006 -0700
@@ -396,7 +396,7 @@
 		} else {
 			rval = fork1();
 			if (rval == 0 && lx_is_rpm)
-				sleep(lx_rpm_delay);
+				(void) sleep(lx_rpm_delay);
 		}
 
 		if (rval > 0 && (flags & LX_CLONE_PARENT_SETTID))