Module Name:    src
Committed By:   phx
Date:           Sun Apr 10 16:30:32 UTC 2011

Modified Files:
        src/sys/arch/sandpoint/sandpoint: satmgr.c

Log Message:
Missing comma. Make it compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/sandpoint/sandpoint/satmgr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/sandpoint/sandpoint/satmgr.c
diff -u src/sys/arch/sandpoint/sandpoint/satmgr.c:1.8 src/sys/arch/sandpoint/sandpoint/satmgr.c:1.9
--- src/sys/arch/sandpoint/sandpoint/satmgr.c:1.8	Fri Apr  8 14:09:24 2011
+++ src/sys/arch/sandpoint/sandpoint/satmgr.c	Sun Apr 10 16:30:32 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: satmgr.c,v 1.8 2011/04/08 14:09:24 nisimura Exp $ */
+/* $NetBSD: satmgr.c,v 1.9 2011/04/10 16:30:32 phx Exp $ */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -136,10 +136,10 @@
 };
 
 static struct satops satmodel[] = {
-    { "dlink",    NULL, NULL, NULL, dbutton }
+    { "dlink",    NULL, NULL, NULL, dbutton },
     { "kurobox",  NULL, kreboot, kpwroff, kbutton },
     { "qnap",     qinit, qreboot, qpwroff, qbutton },
-    { "synology", sinit, sreboot, spwroff, sbutton },
+    { "synology", sinit, sreboot, spwroff, sbutton }
 };
 
 /* single byte stride register layout */

Reply via email to