diff options
Diffstat (limited to 'usr/src/cmd/devfsadm/dtrace_link.c')
-rw-r--r-- | usr/src/cmd/devfsadm/dtrace_link.c | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/usr/src/cmd/devfsadm/dtrace_link.c b/usr/src/cmd/devfsadm/dtrace_link.c index 5dcc2c8208..72a455c179 100644 --- a/usr/src/cmd/devfsadm/dtrace_link.c +++ b/usr/src/cmd/devfsadm/dtrace_link.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. @@ -20,12 +19,10 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2009 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ -#pragma ident "%Z%%M% %I% %E% SMI" - #include <devfsadm.h> #include <strings.h> #include <stdio.h> @@ -49,6 +46,8 @@ static devfsadm_create_t dtrace_create_cbt[] = { TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, { "pseudo", "ddi_pseudo", "systrace", TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, + { "pseudo", "ddi_pseudo", "dcpc", + TYPE_EXACT | DRV_EXACT, ILEVEL_0, dtrace_provider }, }; DEVFSADM_CREATE_INIT_V0(dtrace_create_cbt); |