Deleted Added
full compact
err.D_OP_INCOMPAT.dupgtype.d (178529) err.D_OP_INCOMPAT.dupgtype.d (178534)
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 26 unchanged lines hidden (view full) ---

35 *
36 */
37
38BEGIN
39{
40 x[123] = `kmem_flags;
41 x[456] = *`rootvp;
42}
1/*
2 * CDDL HEADER START
3 *
4 * The contents of this file are subject to the terms of the
5 * Common Development and Distribution License (the "License").
6 * You may not use this file except in compliance with the License.
7 *
8 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

--- 26 unchanged lines hidden (view full) ---

35 *
36 */
37
38BEGIN
39{
40 x[123] = `kmem_flags;
41 x[456] = *`rootvp;
42}
43
44ERROR
45{
46 exit(1);
47}