PERFORCE change 115284 for review

Paolo Pisati piso at FreeBSD.org
Sat Mar 3 18:29:53 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=115284

Change 115284 by piso at piso_newluxor on 2007/03/03 18:28:51

	Fix scc compilation.

Affected files ...

.. //depot/projects/soc2006/intr_filter/dev/scc/scc_core.c#14 edit

Differences ...

==== //depot/projects/soc2006/intr_filter/dev/scc/scc_core.c#14 (text) ====

@@ -51,7 +51,7 @@
 
 MALLOC_DEFINE(M_SCC, "SCC", "SCC driver");
 
-static int
+static void
 scc_bfe_ihand(void *arg)
 {
 	struct scc_softc *sc = arg;


More information about the p4-projects mailing list