diff options
Diffstat (limited to 'sys/dev/ic/fxp.c')
-rw-r--r-- | sys/dev/ic/fxp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index e6f3e4a125b..cc5a8fb3769 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.11 2001/02/20 19:39:38 mickey Exp $ */ +/* $OpenBSD: fxp.c,v 1.12 2001/03/22 01:38:05 angelos Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -665,7 +665,8 @@ tbdinit: /* * We ran out of segments. We have to recopy this mbuf - * chain first. Bail out if we can't get the new buffers. + * chain first. Bail out if we can't get the new + * buffers. */ MGETHDR(mn, M_DONTWAIT, MT_DATA); if (mn == NULL) { |