From owner-freebsd-ipfw@FreeBSD.ORG Mon Jun 2 23:38:53 2014 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5D9019D for ; Mon, 2 Jun 2014 23:38:53 +0000 (UTC) Received: from mail-pa0-x233.google.com (mail-pa0-x233.google.com [IPv6:2607:f8b0:400e:c03::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8AD3E2146 for ; Mon, 2 Jun 2014 23:38:53 +0000 (UTC) Received: by mail-pa0-f51.google.com with SMTP id kx10so2436176pab.38 for ; Mon, 02 Jun 2014 16:38:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type :thread-index:content-language; bh=vM2R41DuUr4nPHnHU3i0zUOQLt3avUpUP7+ovx2CAu0=; b=lHatSyX+xGi8Qu2/A5MBgo9QQfvQrWbPhrBU2tHbRzlEIoCdhmk/ZaG2UrTklTZKOs EgOqRtC03T01l6puN72KcN0K1TmR8gvooCGCUzAFmeoae3psFvwSyMpH1ouAENRcEq20 8Onec5mD3+I1iyGeVEQwpoGiCDmCPI2jbUmCg9voUla6xw2BXccFBbhJApQjLowp8fvU cQgF5cAM1iUSG5CXLGbbUoYKoBDV6P/NTjectpFMDEspJEr6xjxnMmaH49yUJpDvpvD0 jtPmsTOQPqNN7YcinHHA0qhvLiUyWKZXCtSu0i0/DdT7V30uB+zktmiDAC3zhtpLhn/M 2aQA== X-Received: by 10.66.216.197 with SMTP id os5mr12440618pac.29.1401752333123; Mon, 02 Jun 2014 16:38:53 -0700 (PDT) Received: from billwin7 (amx-tls2.starhub.net.sg. [203.116.164.12]) by mx.google.com with ESMTPSA id ei4sm22341440pbb.42.2014.06.02.16.38.50 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 02 Jun 2014 16:38:52 -0700 (PDT) From: "bycn82" To: Subject: build error Date: Tue, 3 Jun 2014 07:38:47 +0800 Message-ID: <003301cf7ebb$cedae5b0$6c90b110$@gmail.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac9+u8QQmy7GBXo9RFaYdw6p8BuLdg== Content-Language: en-us Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Jun 2014 23:38:53 -0000 root@FB10Head:/usr/src/sbin/ipfw # make cc -O2 -pipe -DPF -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function = -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Qunused-arguments -c = /usr/src/sbin/ipfw/ipfw2.c cc -O2 -pipe -DPF -std=3Dgnu99 -fstack-protector -Wsystem-headers = -Werror -Wall -Wno-format-y2k -Wno-uninitialized -Wno-pointer-sign = -Wno-empty-body -Wno-string-plus-int -Wno-tautological-compare = -Wno-unused-value -Wno-parentheses-equality -Wno-unused-function = -Wno-enum-conversion -Wno-switch -Wno-switch-enum = -Wno-knr-promoted-parameter -Qunused-arguments -c = /usr/src/sbin/ipfw/dummynet.c /usr/src/sbin/ipfw/dummynet.c:251:19: error: use of undeclared = identifier 'DN_IS_ECN'; did you mean 'DN_IS_RED'? if (fs->flags & DN_IS_ECN) ^~~~~~~~~ DN_IS_RED /usr/include/netinet/ip_dummynet.h:105:2: note: 'DN_IS_RED' declared = here DN_IS_RED =3D 0x0020, ^ /usr/src/sbin/ipfw/dummynet.c:1060:17: error: use of undeclared = identifier 'DN_IS_ECN'; did you mean 'DN_IS_RED'? fs->flags |=3D DN_IS_ECN; ^~~~~~~~~ DN_IS_RED /usr/include/netinet/ip_dummynet.h:105:2: note: 'DN_IS_RED' declared = here DN_IS_RED =3D 0x0020, ^ /usr/src/sbin/ipfw/dummynet.c:1185:23: error: use of undeclared = identifier 'DN_IS_ECN'; did you mean 'DN_IS_RED'? if ((fs->flags & DN_IS_ECN) && !(fs->flags & DN_IS_RED)) ^~~~~~~~~ DN_IS_RED /usr/include/netinet/ip_dummynet.h:105:2: note: 'DN_IS_RED' declared = here DN_IS_RED =3D 0x0020, ^ /usr/src/sbin/ipfw/dummynet.c:1192:21: error: use of undeclared = identifier 'DN_IS_ECN'; did you mean 'DN_IS_RED'? if (!(fs->flags & DN_IS_ECN) && (fs->min_th >=3D = fs->max_th)) ^~~~~~~~~ DN_IS_RED /usr/include/netinet/ip_dummynet.h:105:2: note: 'DN_IS_RED' declared = here DN_IS_RED =3D 0x0020, ^ /usr/src/sbin/ipfw/dummynet.c:1195:25: error: use of undeclared = identifier 'DN_IS_ECN'; did you mean 'DN_IS_RED'? else if ((fs->flags & DN_IS_ECN) && (fs->min_th > = fs->max_th)) ^~~~~~~~~ DN_IS_RED /usr/include/netinet/ip_dummynet.h:105:2: note: 'DN_IS_RED' declared = here DN_IS_RED =3D 0x0020, ^ 5 errors generated. *** Error code 1 =20 Stop. make: stopped in /usr/src/sbin/ipfw