Date: Wed, 7 Mar 2001 00:31:28 -0800 (PST) From: Nikolai Saoukh <nms@otdel-1.org> To: freebsd-bugs@FreeBSD.org Subject: kern/24074: Properties of token-ring protocol must be separated from implementation Message-ID: <200103070831.f278VSC29229@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/24074; it has been noted by GNATS. From: Nikolai Saoukh <nms@otdel-1.org> To: bug-followup@freebsd.org Cc: Subject: kern/24074: Properties of token-ring protocol must be separated from implementation Date: Wed, 7 Mar 2001 11:30:58 +0300 Forgot about the drivers present. Sorry. --- src/sys/contrib/dev/oltr/if_oltr.c.orig Wed Mar 7 11:14:33 2001 +++ src/sys/contrib/dev/oltr/if_oltr.c Wed Mar 7 11:15:28 2001 @@ -48,7 +48,7 @@ #include <net/ethernet.h> #include <net/if_dl.h> #include <net/if_media.h> -#include <net/iso88025.h> +#include <net/if_iso88025_var.h> #if (__FreeBSD_version < 400000) #include <bpfilter.h> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200103070831.f278VSC29229>