1 /* @(#)dat.c 1.3 03/06/15 Copyright 1986, 1996-2003 J. Schilling */ 2 /* 3 * Copyright (c) 1986, 1996-2003 J. Schilling 4 */ 5 /* 6 * The contents of this file are subject to the terms of the 7 * Common Development and Distribution License, Version 1.0 only 8 * (the "License"). You may not use this file except in compliance 9 * with the License. 10 * 11 * See the file CDDL.Schily.txt in this distribution for details. 12 * 13 * When distributing Covered Code, include this CDDL HEADER in each 14 * file and include the License file CDDL.Schily.txt from this distribution. 15 */ 16 17 char _badfile[] = "bad_file"; 18 char _badmode[] = "bad_file_mode"; 19 char _badop[] = "bad_file_op"; 20