summaryrefslogtreecommitdiffstats
path: root/sys/dev/tx/if_tx.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/tx/if_tx.c')
-rw-r--r--sys/dev/tx/if_tx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c
index 013e0ca..5e3da26 100644
--- a/sys/dev/tx/if_tx.c
+++ b/sys/dev/tx/if_tx.c
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: $
+ * $Id: if_tx.c,v 1.9 1998/04/13 14:15:40 semenu Exp $
*
*/
@@ -344,7 +344,7 @@ epic_ifwatchdog(
*
* splimp() invoked before epic_intr_normal()
*/
-static inline void
+static __inline void
epic_rx_done __P((
epic_softc_t *sc ))
{
@@ -468,7 +468,7 @@ rxerror:
*
* splimp() invoked before epic_intr_normal()
*/
-static inline void
+static __inline void
epic_tx_done __P((
epic_softc_t *sc ))
{
OpenPOWER on IntegriCloud