diff options
Diffstat (limited to 'usr/src/uts/common/sys/user.h')
-rw-r--r-- | usr/src/uts/common/sys/user.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr/src/uts/common/sys/user.h b/usr/src/uts/common/sys/user.h index 7d58d69e8c..9061fa5a23 100644 --- a/usr/src/uts/common/sys/user.h +++ b/usr/src/uts/common/sys/user.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2006 Sun Microsystems, Inc. All rights reserved. + * Copyright 2007 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -246,7 +246,6 @@ typedef struct user { #include <sys/proc.h> /* cannot include before user defined */ #ifdef _KERNEL -#define u (curproc->p_user) /* user is now part of proc structure */ #define P_FINFO(p) (&(p)->p_user.u_finfo) #endif /* _KERNEL */ |