diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1998-09-24 16:00:30 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1998-09-24 16:00:30 +0000 |
| commit | 05209199cfc245ff9961a7d9aee7354eddfd6e58 (patch) | |
| tree | 8e39a88330f3749786b589d105a59749551f7ab2 /sys/dev/tx | |
| parent | e266594c25473c260cf82be38072d6c366572cf5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/tx')
| -rw-r--r-- | sys/dev/tx/if_tx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/tx/if_tx.c b/sys/dev/tx/if_tx.c index ca4d282e0ff0..56a176ba8f74 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: if_tx.c,v 1.13 1998/07/04 08:02:46 semenu Exp $ + * $Id: if_tx.c,v 1.14 1998/07/13 09:53:07 bde Exp $ * */ @@ -166,7 +166,7 @@ epic_ifioctl __P(( case SIOCDELMULTI: /* Update out multicast list */ -#if defined(__FreeBSD__) && __FreeBSD__ >= 3 +#if defined(__FreeBSD__) && __FreeBSD_version >= 300000 epic_set_mc_table(sc); error = 0; #else |
