diff options
Diffstat (limited to 'usr/src/uts/common/syscall/systeminfo.c')
-rw-r--r-- | usr/src/uts/common/syscall/systeminfo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/syscall/systeminfo.c b/usr/src/uts/common/syscall/systeminfo.c index 91c8e73ee4..5eb42cca61 100644 --- a/usr/src/uts/common/syscall/systeminfo.c +++ b/usr/src/uts/common/syscall/systeminfo.c @@ -20,7 +20,7 @@ * CDDL HEADER END */ /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2005 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -244,7 +244,7 @@ systeminfo(int command, char *buf, long count) * to locate a given nodeid in the device tree. */ struct i_path_findnode { - dnode_t nodeid; + pnode_t nodeid; dev_info_t *dip; }; |