diff options
Diffstat (limited to 'usr/src/lib/libproc/common/P32ton.c')
-rw-r--r-- | usr/src/lib/libproc/common/P32ton.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr/src/lib/libproc/common/P32ton.c b/usr/src/lib/libproc/common/P32ton.c index c6b4b8fbcc..78219550c8 100644 --- a/usr/src/lib/libproc/common/P32ton.c +++ b/usr/src/lib/libproc/common/P32ton.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -21,7 +20,7 @@ */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -401,6 +400,7 @@ lwpsinfo_32_to_n(const lwpsinfo32_t *src, lwpsinfo_t *dst) dst->pr_onpro = src->pr_onpro; dst->pr_bindpro = src->pr_bindpro; dst->pr_bindpset = src->pr_bindpset; + dst->pr_lgrp = src->pr_lgrp; } void @@ -773,6 +773,7 @@ lwpsinfo_n_to_32(const lwpsinfo_t *src, lwpsinfo32_t *dst) dst->pr_onpro = src->pr_onpro; dst->pr_bindpro = src->pr_bindpro; dst->pr_bindpset = src->pr_bindpset; + dst->pr_lgrp = src->pr_lgrp; } void |