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