Date: 27 Feb 2003 00:01:59 -0000 From: Pawel Malachowski <pawmal@unia.3lo.lublin.pl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/48729: KLD dummynet with -DIPFW2 Message-ID: <20030227000159.45133.qmail@unia.3lo.lublin.pl>
next in thread | raw e-mail | index | archive | help
>Number: 48729
>Category: kern
>Synopsis: KLD dummynet with -DIPFW2
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Wed Feb 26 16:10:12 PST 2003
>Closed-Date:
>Last-Modified:
>Originator: Pawel Malachowski
>Release: FreeBSD 4.7-STABLE i386
>Organization:
ASK ZiN
>Environment:
System: FreeBSD unia.3lo.lublin.pl 4.7-STABLE FreeBSD 4.7-STABLE #1: Wed Nov 27 22:08:42 CET 2002 root@unia.3lo.lublin.pl:/usr/src/sys/compile/UNIA i386
>Description:
When compiling dummynet as KLD, make sure -DIPFW2 can be used,
/sys/modules/dummynet/Makefile could be more consistent with
/sys/modules/ipfw/Makefile.
>How-To-Repeat:
cd /sys/modules/dummynet && make -DIPFW2
>Fix:
*** Makefile.orig Thu Feb 27 00:55:52 2003
--- Makefile Thu Feb 27 00:56:45 2003
***************
*** 3,8 ****
--- 3,11 ----
.PATH: ${.CURDIR}/../../netinet
KMOD= dummynet
SRCS= ip_dummynet.c opt_bdg.h
+ .if defined(IPFW2)
+ CFLAGS+= -DIPFW2
+ .endif
NOMAN=
KMODDEPS= ipfw
>Release-Note:
>Audit-Trail:
>Unformatted:
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?20030227000159.45133.qmail>
