1*a2ed7b2dSlukem /* $NetBSD: std_header.c,v 1.3 2003/03/09 00:57:19 lukem Exp $ */ 241859428Sblymn 341859428Sblymn /*- 441859428Sblymn * Copyright (c) 1998-1999 Brett Lymn 541859428Sblymn * (blymn@baea.com.au, brett_lymn@yahoo.com.au) 641859428Sblymn * All rights reserved. 741859428Sblymn * 841859428Sblymn * This code has been donated to The NetBSD Foundation by the Author. 941859428Sblymn * 1041859428Sblymn * Redistribution and use in source and binary forms, with or without 1141859428Sblymn * modification, are permitted provided that the following conditions 1241859428Sblymn * are met: 1341859428Sblymn * 1. Redistributions of source code must retain the above copyright 1441859428Sblymn * notice, this list of conditions and the following disclaimer. 1541859428Sblymn * 2. The name of the author may not be used to endorse or promote products 16c03a48d6Swiz * derived from this software without specific prior written permission 1741859428Sblymn * 1841859428Sblymn * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 1941859428Sblymn * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 2041859428Sblymn * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 2141859428Sblymn * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 2241859428Sblymn * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 2341859428Sblymn * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 2441859428Sblymn * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 2541859428Sblymn * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 2641859428Sblymn * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 2741859428Sblymn * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 2841859428Sblymn * 2941859428Sblymn * 3041859428Sblymn */ 3141859428Sblymn 32*a2ed7b2dSlukem #include <sys/cdefs.h> 33*a2ed7b2dSlukem __RCSID("$NetBSD: std_header.c,v 1.3 2003/03/09 00:57:19 lukem Exp $"); 34*a2ed7b2dSlukem 35