Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Wrap long lines.



details:   https://anonhg.NetBSD.org/src/rev/c0e5194b658e
branches:  trunk
changeset: 514882:c0e5194b658e
user:      enami <enami%NetBSD.org@localhost>
date:      Thu Sep 13 05:19:53 2001 +0000

description:
Wrap long lines.

diffstat:

 sys/conf/files |  8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diffs (29 lines):

diff -r 7f89ef50eb6e -r c0e5194b658e sys/conf/files
--- a/sys/conf/files    Thu Sep 13 05:11:08 2001 +0000
+++ b/sys/conf/files    Thu Sep 13 05:19:53 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.457 2001/09/10 23:11:05 bjh21 Exp $
+#      $NetBSD: files,v 1.458 2001/09/13 05:19:53 enami Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -145,7 +145,8 @@
 defopt SYSCALL_DEBUG
 
 # memory (ram) disk options
-defopt opt_md.h        MEMORY_DISK_HOOKS MEMORY_DISK_SERVER MEMORY_DISK_IS_ROOT MEMORY_DISK_DYNAMIC
+defopt opt_md.h        MEMORY_DISK_HOOKS MEMORY_DISK_SERVER
+                       MEMORY_DISK_IS_ROOT MEMORY_DISK_DYNAMIC
 
 defopt opt_mdsize.h    MINIROOTSIZE
 
@@ -639,7 +640,8 @@
 
 # Attributes used by the ISDN subsystem
 define isdn            # the ISDN subsystem
-define passive_isdn    # files needed by passive cards (XXX - protocol specific)
+define passive_isdn    # files needed by passive cards (XXX - protocol
+                       # specific)
 define spppi4b         # synchronous PPP support
 
 # ISDN cards based on the Siemens ISAC/HSCX chipset (or lookalikes)



Home | Main Index | Thread Index | Old Index