summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_tx.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1998-12-09 01:12:18 +0000
committereivind <eivind@FreeBSD.org>1998-12-09 01:12:18 +0000
commit52811ba27f17048c030f31e3fc36455b75666f91 (patch)
tree270105d72016d615ad829931983b127cab902e28 /sys/pci/if_tx.c
parentd74ab3f9f8027791c58bce0905f6ef39352efa8f (diff)
downloadFreeBSD-src-52811ba27f17048c030f31e3fc36455b75666f91.zip
FreeBSD-src-52811ba27f17048c030f31e3fc36455b75666f91.tar.gz
Adjust prototype to match definition (by adding a 'const').
Diffstat (limited to 'sys/pci/if_tx.c')
-rw-r--r--sys/pci/if_tx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/if_tx.c b/sys/pci/if_tx.c
index a462796..639a4256 100644
--- a/sys/pci/if_tx.c
+++ b/sys/pci/if_tx.c
@@ -1,5 +1,5 @@
/* $OpenBSD: if_tx.c,v 1.3 1998/10/10 04:30:09 jason Exp $ */
-/* $Id: if_tx.c,v 1.17 1998/11/09 09:34:00 peter Exp $ */
+/* $Id: if_tx.c,v 1.18 1998/12/07 21:58:46 archie Exp $ */
/*-
* Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
@@ -152,7 +152,7 @@
static int epic_ifioctl __P((register struct ifnet *, EPIC_IFIOCTL_CMD_TYPE, caddr_t));
static EPIC_INTR_RET_TYPE epic_intr __P((void *));
static int epic_common_attach __P((epic_softc_t *));
-static void epic_ifstart __P((struct ifnet *));
+static void epic_ifstart __P((struct ifnet * const));
static void epic_ifwatchdog __P((struct ifnet *));
static int epic_init __P((epic_softc_t *));
static void epic_stop __P((epic_softc_t *));
OpenPOWER on IntegriCloud