summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/syscall/ucredsys.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/uts/common/syscall/ucredsys.c')
-rw-r--r--usr/src/uts/common/syscall/ucredsys.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/uts/common/syscall/ucredsys.c b/usr/src/uts/common/syscall/ucredsys.c
index 38d13884c7..0f5c0e6303 100644
--- a/usr/src/uts/common/syscall/ucredsys.c
+++ b/usr/src/uts/common/syscall/ucredsys.c
@@ -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.
*/
@@ -66,7 +66,7 @@ getpeerucred(int fd, void *buf)
case VFIFO:
case VSOCK:
err = VOP_IOCTL(vp, _I_GETPEERCRED, (intptr_t)&kpc,
- FKIOCTL, CRED(), &rval);
+ FKIOCTL, CRED(), &rval, NULL);
break;
case VCHR: {
struct strioctl strioc;