From owner-freebsd-current Sun Aug 23 08:24:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA25585 for freebsd-current-outgoing; Sun, 23 Aug 1998 08:24:07 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from gjp.erols.com (alex-va-n008c079.moon.jic.com [206.156.18.89]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA25574; Sun, 23 Aug 1998 08:24:03 -0700 (PDT) (envelope-from gjp@gjp.erols.com) Received: from gjp.erols.com (gjp@localhost.erols.com [127.0.0.1]) by gjp.erols.com (8.8.8/8.8.7) with ESMTP id LAA02470; Sun, 23 Aug 1998 11:23:13 -0400 (EDT) (envelope-from gjp@gjp.erols.com) X-Mailer: exmh version 2.0.1 12/23/97 To: wollman@FreeBSD.ORG CC: current@FreeBSD.ORG From: "Gary Palmer" Subject: -current broken by mbuf changes? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 23 Aug 1998 11:23:13 -0400 Message-ID: <2466.903885793@gjp.erols.com> Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you forget to commit changes to keep userland in sync with the kernel? cc -O2 -pipe -I/usr/obj/usr/src/tmp/usr/include -c /usr/src/usr.bin/netstat/mbuf.c /usr/src/usr.bin/netstat/mbuf.c:80: `MT_SOOPTS' undeclared here (not in a function) /usr/src/usr.bin/netstat/mbuf.c:80: initializer element for `mbtypes[7].mt_type' is not constant *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error I just commited a change which will allow it to compile, but I'm not sure if just commenting out the use of MT_SOOPTS is all that is needed... Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message