Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb ubsa_activate() is prototyped unconditionally as...



details:   https://anonhg.NetBSD.org/src/rev/e09ce299f919
branches:  trunk
changeset: 537942:e09ce299f919
user:      pooka <pooka%NetBSD.org@localhost>
date:      Tue Oct 08 16:13:36 2002 +0000

description:
ubsa_activate() is prototyped unconditionally as non-static,
reflect that here.

Fixes compilation on non-DEBUG kernels.

diffstat:

 sys/dev/usb/ubsa.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r d00896323b98 -r e09ce299f919 sys/dev/usb/ubsa.c
--- a/sys/dev/usb/ubsa.c        Tue Oct 08 16:01:07 2002 +0000
+++ b/sys/dev/usb/ubsa.c        Tue Oct 08 16:13:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ubsa.c,v 1.1 2002/10/08 13:08:02 augustss Exp $        */
+/*     $NetBSD: ubsa.c,v 1.2 2002/10/08 16:13:36 pooka Exp $   */
 /*-
  * Copyright (c) 2002, Alexander Kabaev <kan.FreeBSD.org>.
  * All rights reserved.
@@ -409,7 +409,7 @@
        return (rv);
 }
 
-Static int
+int
 ubsa_activate(device_ptr_t self, enum devact act)
 {
        struct ubsa_softc *sc = (struct ubsa_softc *)self;



Home | Main Index | Thread Index | Old Index