Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/newsmips/dev Statements must follow labels.



details:   https://anonhg.NetBSD.org/src/rev/e41952622a17
branches:  trunk
changeset: 532137:e41952622a17
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 31 21:40:49 2002 +0000

description:
Statements must follow labels.

diffstat:

 sys/arch/newsmips/dev/fb.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 16791681be58 -r e41952622a17 sys/arch/newsmips/dev/fb.c
--- a/sys/arch/newsmips/dev/fb.c        Fri May 31 21:24:26 2002 +0000
+++ b/sys/arch/newsmips/dev/fb.c        Fri May 31 21:40:49 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fb.c,v 1.10 2002/03/17 19:40:46 atatat Exp $   */
+/*     $NetBSD: fb.c,v 1.11 2002/05/31 21:40:49 thorpej Exp $  */
 
 /*-
  * Copyright (c) 2000 Tsubai Masanari.  All rights reserved.
@@ -267,6 +267,7 @@
 
        case WSDISPLAYIO_GETCMAP:
        case WSDISPLAYIO_PUTCMAP:
+               break;
        }
        return EPASSTHROUGH;
 }



Home | Main Index | Thread Index | Old Index