Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Don't make activate static. It disagrees with p...



details:   https://anonhg.NetBSD.org/src/rev/646bbc937e6f
branches:  trunk
changeset: 570686:646bbc937e6f
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Oct 24 12:50:54 2004 +0000

description:
Don't make activate static.  It disagrees with prototype.

diffstat:

 sys/dev/usb/if_cdce.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r ed451103cdeb -r 646bbc937e6f sys/dev/usb/if_cdce.c
--- a/sys/dev/usb/if_cdce.c     Sun Oct 24 08:52:26 2004 +0000
+++ b/sys/dev/usb/if_cdce.c     Sun Oct 24 12:50:54 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_cdce.c,v 1.3 2004/10/24 08:47:27 augustss Exp $ */
+/*     $NetBSD: if_cdce.c,v 1.4 2004/10/24 12:50:54 augustss Exp $ */
 
 /*
  * Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul%windriver.com@localhost>
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.3 2004/10/24 08:47:27 augustss Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.4 2004/10/24 12:50:54 augustss Exp $");
 #include "bpfilter.h"
 
 #include <sys/param.h>
@@ -793,7 +793,7 @@
        splx(s);
 }
 
-Static int
+int
 cdce_activate(device_ptr_t self, enum devact act)
 {
        struct cdce_softc *sc = (struct cdce_softc *)self;



Home | Main Index | Thread Index | Old Index