NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/43200 CVS commit: src/sys/rump/include/rump
The following reply was made to PR kern/43200; it has been noted by GNATS.
From: "David A. Holland" <dholland%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/43200 CVS commit: src/sys/rump/include/rump
Date: Sat, 24 Apr 2010 01:47:34 +0000
Module Name: src
Committed By: dholland
Date: Sat Apr 24 01:47:34 UTC 2010
Modified Files:
src/sys/rump/include/rump: rump.h
Log Message:
Remove trailing comma in enum, per PR kern/43200.
(trailing commas in enums are allowed in C99, but not C89, and possibly
not in C++, so let's be nice to older and deviant compilers)
To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 src/sys/rump/include/rump/rump.h
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