changeset 12857:028e6037e8be

6716650 time_t type is used for a variable end_time which stores clock ticks
author Milos Muzik <Milos.Muzik@Sun.COM>
date Wed, 14 Jul 2010 16:37:04 +0200
parents ba7e21257652
children e7476a71a02b
files usr/src/uts/common/io/fibre-channel/ulp/fcp.c
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/fibre-channel/ulp/fcp.c	Wed Jul 14 15:00:45 2010 +0200
+++ b/usr/src/uts/common/io/fibre-channel/ulp/fcp.c	Wed Jul 14 16:37:04 2010 +0200
@@ -19,8 +19,7 @@
  * CDDL HEADER END
  */
 /*
- * Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
- * Use is subject to license terms.
+ * Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  *
  * Fibre Channel SCSI ULP Mapping driver
  */
@@ -3721,7 +3720,7 @@
 	char			*ndi_addr;		/* NDI addr */
 	int			is_mpxio, circ;
 	int			devi_entered = 0;
-	time_t			end_time;
+	clock_t			end_time;
 
 	ASSERT(rval != NULL);