Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern gc opt_compat_aout.h include



details:   https://anonhg.NetBSD.org/src/rev/748ea2c620dd
branches:  trunk
changeset: 569958:748ea2c620dd
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Sep 14 17:20:29 2004 +0000

description:
gc opt_compat_aout.h include

diffstat:

 sys/kern/exec_conf.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 919d40a05fce -r 748ea2c620dd sys/kern/exec_conf.c
--- a/sys/kern/exec_conf.c      Tue Sep 14 17:19:34 2004 +0000
+++ b/sys/kern/exec_conf.c      Tue Sep 14 17:20:29 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: exec_conf.c,v 1.85 2004/07/03 00:14:30 manu Exp $      */
+/*     $NetBSD: exec_conf.c,v 1.86 2004/09/14 17:20:29 jdolecek Exp $  */
 
 /*
  * Copyright (c) 1993, 1994 Christopher G. Demetriou
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.85 2004/07/03 00:14:30 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: exec_conf.c,v 1.86 2004/09/14 17:20:29 jdolecek Exp $");
 
 #include "opt_execfmt.h"
 #include "opt_compat_freebsd.h"
@@ -45,7 +45,6 @@
 #include "opt_compat_darwin.h"
 #include "opt_compat_svr4.h"
 #include "opt_compat_netbsd32.h"
-#include "opt_compat_aout.h"
 #include "opt_compat_aout_m68k.h"
 #include "opt_compat_vax1k.h"
 #include "opt_compat_pecoff.h"



Home | Main Index | Thread Index | Old Index