drp.DTRACEDROP_DYNAMIC.d revision 9512fe850e98fdd448c638ca63fdd92a8a510255
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse/*
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * CDDL HEADER START
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse *
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * The contents of this file are subject to the terms of the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * Common Development and Distribution License (the "License").
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * You may not use this file except in compliance with the License.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse *
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * or http://www.opensolaris.org/os/licensing.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * See the License for the specific language governing permissions
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * and limitations under the License.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse *
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * When distributing Covered Code, include this CDDL HEADER in each
bc8fd1b0b1afdf89b8d28eefa8cd74e26ba97986fielding * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse * If applicable, add the following below this CDDL HEADER, with the
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * fields enclosed by brackets "[]" replaced with your own identifying
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * information: Portions Copyright [yyyy] [name of copyright owner]
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse *
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * CDDL HEADER END
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse */
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse/*
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse * Use is subject to license terms.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse */
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#pragma ident "%Z%%M% %I% %E% SMI"
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse#pragma D option strsize=1024
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse#pragma D option dynvarsize=512
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseBEGIN
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse{
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse a["Harding"] = 1;
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse a["Hoover"] = 1;
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse a["Nixon"] = 1;
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse a["Bush"] = 1;
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse}
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseBEGIN
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse{
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse exit(0);
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse}
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse