NetBSD-Bugs archive

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

PR/53521 CVS commit: src/sys/arch/sgimips/sgimips



The following reply was made to PR port-sgimips/53521; it has been noted by GNATS.

From: "Izumi Tsutsui" <tsutsui%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/53521 CVS commit: src/sys/arch/sgimips/sgimips
Date: Sun, 2 Sep 2018 09:57:33 +0000

 Module Name:	src
 Committed By:	tsutsui
 Date:		Sun Sep  2 09:57:33 UTC 2018
 
 Modified Files:
 	src/sys/arch/sgimips/sgimips: machdep.c
 
 Log Message:
 Fix build failure without options DDB and with pseudo-device ksyms.
 
 There is a typo for ksyms (NKSYMS vs NKSYM).
 Also use consistent "#if NKSYMS" rather than "#if NKSYMS > 0" etc.
 and add comments after corresponding #endif for readability.
 
 Fixes PR port-sgimips/53521 from Naruaki Etomi.
 Should be pulled up to (at least) netbsd-8.
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.145 -r1.146 src/sys/arch/sgimips/sgimips/machdep.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index