kill multiple inclusion foo

This commit is contained in:
cgd 1994-05-21 08:20:54 +00:00
parent 82fabd73d5
commit 2170bba3ca
2 changed files with 2 additions and 10 deletions

View File

@ -27,12 +27,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: exec_aout.h,v 1.3 1994/01/28 23:48:34 jtc Exp $
* $Id: exec_aout.h,v 1.4 1994/05/21 08:20:54 cgd Exp $
*/
#ifndef _SYS_EXEC_AOUT_H_
#define _SYS_EXEC_AOUT_H_
#ifdef KERNEL
/* the "a.out" format's entry in the exec switch */
@ -45,4 +42,3 @@ int exec_aout_prep_omagic __P((struct proc *, struct exec_package *));
int exec_aout_setup_stack __P((struct proc *, struct exec_package *));
#endif /* KERNEL */
#endif /* !_SYS_EXEC_AOUT_H_ */

View File

@ -27,12 +27,9 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* $Id: exec_script.h,v 1.2 1994/01/28 23:48:36 jtc Exp $
* $Id: exec_script.h,v 1.3 1994/05/21 08:20:57 cgd Exp $
*/
#ifndef _SYS_EXEC_SCRIPT_H_
#define _SYS_EXEC_SCRIPT_H_
#define EXEC_SCRIPT_MAGIC "#!"
#define EXEC_SCRIPT_MAGICLEN 2
@ -42,4 +39,3 @@
int exec_script_makecmds __P((struct proc *, struct exec_package *));
#endif /* KERNEL */
#endif /* !_SYS_EXEC_AOUT_H_ */