Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pc532/conf Fix comments for EXEC_AOUT and EXEC_SCRIPT.



details:   https://anonhg.NetBSD.org/src/rev/8362b8ff0321
branches:  trunk
changeset: 512319:8362b8ff0321
user:      wiz <wiz%NetBSD.org@localhost>
date:      Mon Jul 09 16:09:02 2001 +0000

description:
Fix comments for EXEC_AOUT and EXEC_SCRIPT.

diffstat:

 sys/arch/pc532/conf/std.pc532 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r b2792f363f67 -r 8362b8ff0321 sys/arch/pc532/conf/std.pc532
--- a/sys/arch/pc532/conf/std.pc532     Mon Jul 09 15:16:53 2001 +0000
+++ b/sys/arch/pc532/conf/std.pc532     Mon Jul 09 16:09:02 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: std.pc532,v 1.13 2000/06/22 20:27:55 fvdl Exp $
+#      $NetBSD: std.pc532,v 1.14 2001/07/09 16:09:02 wiz Exp $
 #
 # Standard configuration info for NetBSD/pc532.
 
@@ -27,5 +27,5 @@
 scn6           at mainbus? flags 0x0 # addr 0x28000030
 scn7           at mainbus? flags 0x0 # addr 0x28000038
 
-options        EXEC_AOUT       # #! scripts
-options        EXEC_SCRIPT     # a.out executables
+options        EXEC_AOUT       # a.out executables
+options        EXEC_SCRIPT     # #! scripts



Home | Main Index | Thread Index | Old Index