Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint/sandpoint Missing comma. Make it compile ...



details:   https://anonhg.NetBSD.org/src/rev/749a0f07243a
branches:  trunk
changeset: 764027:749a0f07243a
user:      phx <phx%NetBSD.org@localhost>
date:      Sun Apr 10 16:30:32 2011 +0000

description:
Missing comma. Make it compile again.

diffstat:

 sys/arch/sandpoint/sandpoint/satmgr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r e3ba9f06dfb6 -r 749a0f07243a sys/arch/sandpoint/sandpoint/satmgr.c
--- a/sys/arch/sandpoint/sandpoint/satmgr.c     Sun Apr 10 16:06:59 2011 +0000
+++ b/sys/arch/sandpoint/sandpoint/satmgr.c     Sun Apr 10 16:30:32 2011 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index