NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
kern/49245: Missing end-of-comment
>Number: 49245
>Category: kern
>Synopsis: Missing end-of-comment
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: kern-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Mon Sep 29 22:00:00 +0000 2014
>Originator: Kamil Rytarowski
>Release: current
>Organization:
>Environment:
NetBSD compaq 6.99.47 NetBSD 6.99.47 (NO_DRM) #0: Sat Jul 26 11:24:44 CEST 2014 root@chieftec:/usr/src/sys/arch/amd64/compile/NO_DRM amd64
>Description:
Modern compilers complains about nested comments, like: /* /* */
Scanning src/sys for this problem unveiled a problem in arch/hp300/stand/mkboot/mkboot.c
>How-To-Repeat:
N/A
>Fix:
commit fd66ff8d0c299eac2a0a8774b4f6b0ab9500c132
Author: Kamil Rytarowski <n54%gmx.com@localhost>
Date: Mon Sep 29 23:42:29 2014 +0200
NETBSD: Add missing end-of-comment
diff --git a/arch/hp300/stand/mkboot/mkboot.c b/arch/hp300/stand/mkboot/mkboot.c
index 9742dfc..bd2f9e2 100644
--- a/arch/hp300/stand/mkboot/mkboot.c
+++ b/arch/hp300/stand/mkboot/mkboot.c
@@ -1,4 +1,4 @@
-/* $NetBSD: mkboot.c,v 1.10 2006/06/18 05:53:51 gdamore Exp $
+/* $NetBSD: mkboot.c,v 1.10 2006/06/18 05:53:51 gdamore Exp $ */
/*
* Copyright (c) 1990, 1993
Home |
Main Index |
Thread Index |
Old Index