Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amiga/conf Tweak a comment so that it doens't turn ...



details:   https://anonhg.NetBSD.org/src/rev/ac6eb55d7ad5
branches:  trunk
changeset: 532024:ac6eb55d7ad5
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu May 30 19:45:15 2002 +0000

description:
Tweak a comment so that it doens't turn into a trigraph if
the config file is included in the kernel source.

diffstat:

 sys/arch/amiga/conf/GENERIC   |  6 +++---
 sys/arch/amiga/conf/MDINSTALL |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 417ec4eebfbb -r ac6eb55d7ad5 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC       Thu May 30 19:03:50 2002 +0000
+++ b/sys/arch/amiga/conf/GENERIC       Thu May 30 19:45:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.179 2002/04/25 15:06:22 atatat Exp $
+# $NetBSD: GENERIC,v 1.180 2002/05/30 19:45:15 thorpej Exp $
 #
 # GENERIC machine description file
 #
@@ -36,7 +36,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.179 $"
+#ident                 "GENERIC-$Revision: 1.180 $"
 
 #ifdef INSTALL_CONFIGURATION
 makeoptions    COPTS="-Os"
@@ -203,7 +203,7 @@
 #options       DEBUG           # Enable misc. kernel debugging code
 #options       SYSCALL_DEBUG   # debug all syscalls.
 #options       SCSIDEBUG       # Add SCSI debugging statements
-#options       PANICBUTTON     # Forced crash via keypress (???)
+#options       PANICBUTTON     # Forced crash via keypress (?)
 
 #
 # Amiga specific options
diff -r 417ec4eebfbb -r ac6eb55d7ad5 sys/arch/amiga/conf/MDINSTALL
--- a/sys/arch/amiga/conf/MDINSTALL     Thu May 30 19:03:50 2002 +0000
+++ b/sys/arch/amiga/conf/MDINSTALL     Thu May 30 19:45:15 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MDINSTALL,v 1.12 2002/04/25 15:06:23 atatat Exp $
+#      $NetBSD: MDINSTALL,v 1.13 2002/05/30 19:45:15 thorpej Exp $
 
 #
 # INSTALL kernel for ramdisk installation
@@ -68,7 +68,7 @@
 #options       DEBUG           # Enable misc. kernel debugging code
 #options       SYSCALL_DEBUG   # debug all syscalls.
 #options       SCSIDEBUG       # Add SCSI debugging statements
-#options       PANICBUTTON     # Forced crash via keypress (???)
+#options       PANICBUTTON     # Forced crash via keypress (?)
 
 #
 # Amiga specific options



Home | Main Index | Thread Index | Old Index