11.1Stsutsui/*	$NetBSD: a.out.h,v 1.1 2011/07/16 15:52:02 tsutsui Exp $	*/
21.1Stsutsui
31.1Stsutsui/*-
41.1Stsutsui * Copyright (c) 1991, 1993
51.1Stsutsui *	The Regents of the University of California.  All rights reserved.
61.1Stsutsui *
71.1Stsutsui * Redistribution and use in source and binary forms, with or without
81.1Stsutsui * modification, are permitted provided that the following conditions
91.1Stsutsui * are met:
101.1Stsutsui * 1. Redistributions of source code must retain the above copyright
111.1Stsutsui *    notice, this list of conditions and the following disclaimer.
121.1Stsutsui * 2. Redistributions in binary form must reproduce the above copyright
131.1Stsutsui *    notice, this list of conditions and the following disclaimer in the
141.1Stsutsui *    documentation and/or other materials provided with the distribution.
151.1Stsutsui * 3. Neither the name of the University nor the names of its contributors
161.1Stsutsui *    may be used to endorse or promote products derived from this software
171.1Stsutsui *    without specific prior written permission.
181.1Stsutsui *
191.1Stsutsui * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
201.1Stsutsui * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
211.1Stsutsui * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
221.1Stsutsui * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
231.1Stsutsui * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
241.1Stsutsui * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
251.1Stsutsui * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
261.1Stsutsui * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
271.1Stsutsui * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
281.1Stsutsui * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
291.1Stsutsui * SUCH DAMAGE.
301.1Stsutsui *
311.1Stsutsui *	@(#)a.out.h	8.1 (Berkeley) 6/2/93
321.1Stsutsui */
331.1Stsutsui
341.1Stsutsui/*-
351.1Stsutsui * Copyright (c) 1993 Theo de Raadt.  All rights reserved.
361.1Stsutsui *
371.1Stsutsui * Redistribution and use in source and binary forms, with or without
381.1Stsutsui * modification, are permitted provided that the following conditions
391.1Stsutsui * are met:
401.1Stsutsui * 1. Redistributions of source code must retain the above copyright
411.1Stsutsui *    notice, this list of conditions and the following disclaimer.
421.1Stsutsui * 2. Redistributions in binary form must reproduce the above copyright
431.1Stsutsui *    notice, this list of conditions and the following disclaimer in the
441.1Stsutsui *    documentation and/or other materials provided with the distribution.
451.1Stsutsui *
461.1Stsutsui * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
471.1Stsutsui * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
481.1Stsutsui * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
491.1Stsutsui * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
501.1Stsutsui * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
511.1Stsutsui * NOT LIMITED TO, PROUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
521.1Stsutsui * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
531.1Stsutsui * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
541.1Stsutsui * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
551.1Stsutsui * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
561.1Stsutsui *
571.1Stsutsui *	@(#)a.out.h	8.1 (Berkeley) 6/2/93
581.1Stsutsui */
591.1Stsutsui
601.1Stsutsui#ifndef	_AOUT_H_
611.1Stsutsui#define	_AOUT_H_
621.1Stsutsui
631.1Stsutsui#include <sys/exec_aout.h>
641.1Stsutsui
651.1Stsutsui#define	_AOUT_INCLUDE_
661.1Stsutsui#include <nlist.h>
671.1Stsutsui
681.1Stsutsui#endif /* !_AOUT_H_ */
69