diff options
author | dm120769 <none@none> | 2007-04-27 07:12:39 -0700 |
---|---|---|
committer | dm120769 <none@none> | 2007-04-27 07:12:39 -0700 |
commit | 3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c (patch) | |
tree | 855ea6b5ae3786966e656876cd1ac3992e072d51 /usr/src/uts/common/sys/port_impl.h | |
parent | 85b65b39e9a6fea849facdcfc7d06f5ece340e36 (diff) | |
download | illumos-gate-3348528f7ec68bf2f11d0cbd5c3b9932ea7f0d5c.tar.gz |
backout 6265036/6531693: causes 6544953
Diffstat (limited to 'usr/src/uts/common/sys/port_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/port_impl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/port_impl.h b/usr/src/uts/common/sys/port_impl.h index 3b12a20873..a80e7afc84 100644 --- a/usr/src/uts/common/sys/port_impl.h +++ b/usr/src/uts/common/sys/port_impl.h @@ -20,7 +20,7 @@ */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -182,6 +182,7 @@ extern uint_t port_max_list; typedef struct port_gettimer { ushort_t pgt_flags; ushort_t pgt_loop; + int pgt_timecheck; timespec_t pgt_rqtime; timespec_t *pgt_rqtp; struct timespec *pgt_timeout; |