forker.d revision 178476
1226584Sdim/*
2226584Sdim * CDDL HEADER START
3226584Sdim *
4226584Sdim * The contents of this file are subject to the terms of the
5226584Sdim * Common Development and Distribution License (the "License").
6226584Sdim * You may not use this file except in compliance with the License.
7226584Sdim *
8226584Sdim * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9226584Sdim * or http://www.opensolaris.org/os/licensing.
10226584Sdim * See the License for the specific language governing permissions
11226584Sdim * and limitations under the License.
12226584Sdim *
13226584Sdim * When distributing Covered Code, include this CDDL HEADER in each
14226584Sdim * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15226584Sdim * If applicable, add the following below this CDDL HEADER, with the
16226584Sdim * fields enclosed by brackets "[]" replaced with your own identifying
17249423Sdim * information: Portions Copyright [yyyy] [name of copyright owner]
18249423Sdim *
19249423Sdim * CDDL HEADER END
20249423Sdim */
21249423Sdim
22249423Sdim/*
23249423Sdim * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
24226584Sdim * Use is subject to license terms.
25226584Sdim */
26226584Sdim
27226584Sdim#pragma ident	"%Z%%M%	%I%	%E% SMI"
28226584Sdim
29226584Sdimprovider forker {
30226584Sdim	probe fire();
31226584Sdim};
32226584Sdim