|
|
| version 1.4, 2003/08/07 21:54:30 | version 1.5, 2004/04/16 15:40:20 |
|---|---|
| Line 28 | Line 28 |
| * $DragonFly$ | * $DragonFly$ |
| */ | */ |
| #include "use_i4bcapi.h" | |
| #if NI4BCAPI > 0 | |
| #include <sys/param.h> | #include <sys/param.h> |
| #include <sys/kernel.h> | #include <sys/kernel.h> |
| #include <sys/systm.h> | #include <sys/systm.h> |
| Line 162 capi_ll_receive(capi_softc_t *sc, struct | Line 159 capi_ll_receive(capi_softc_t *sc, struct |
| i4b_Dfreembuf(m); | i4b_Dfreembuf(m); |
| return(0); | return(0); |
| } | } |
| #endif /* NI4BCAPI > 0*/ |