NetBSD-Bugs archive

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

kern/43200: Remove trailing comma in rump.h.



>Number:         43200
>Category:       kern
>Synopsis:       Remove trailing comma in rump.h.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 23 16:45:00 +0000 2010
>Originator:     Henning Petersen
>Release:        NetBSD-current
>Organization:
>Environment:
>Description:
Remove trailing comma in rump.h.
>How-To-Repeat:

>Fix:
diff -u -r1.39 rump.h
--- sys/rump/include/rump/rump.h        21 Apr 2010 11:38:05 -0000      1.39
+++ sys/rump/include/rump/rump.h        23 Apr 2010 16:29:33 -0000
@@ -69,7 +69,7 @@
        RUMP_SIGMODEL_PANIC,
        RUMP_SIGMODEL_IGNORE,
        RUMP_SIGMODEL_HOST,
-       RUMP_SIGMODEL_RAISE,
+       RUMP_SIGMODEL_RAISE
 };
 
 /* rumpvfs */



Home | Main Index | Thread Index | Old Index