From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 05:32:33 2005 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8822616A4CE for ; Tue, 19 Apr 2005 05:32:33 +0000 (GMT) Received: from mx01.stofanet.dk (mx01.stofanet.dk [212.10.10.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id 066EF43D46 for ; Tue, 19 Apr 2005 05:32:33 +0000 (GMT) (envelope-from phk@critter.freebsd.dk) Received: from d40a2021.rev.stofanet.dk ([212.10.32.33] helo=critter.freebsd.dk) by mx01.stofanet.dk (envelope-from ) with esmtp id 1DNlLb-0006k8-2k for freebsd-current@freebsd.org; Tue, 19 Apr 2005 07:32:32 +0200 Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.13.3/8.13.3) with ESMTP id j3J5WSte005266; Tue, 19 Apr 2005 07:32:29 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: "Conrad J. Sabatier" From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 18 Apr 2005 23:24:55 CDT." <20050418232455.2d530890@dolphin.local.net> Date: Tue, 19 Apr 2005 07:32:28 +0200 Message-ID: <5265.1113888748@critter.freebsd.dk> Sender: phk@critter.freebsd.dk cc: freebsd-current@freebsd.org cc: Mathew Kanner Subject: Re: What happened to the "d_maj" member of "struct cdevsw" in CURRENT? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2005 05:32:33 -0000 In message <20050418232455.2d530890@dolphin.local.net>, "Conrad J. Sabatier" wr ites: >> ===> sound/midi (all) >> cc -O -pipe -march=athlon64 -Wno-error -D_KERNEL -DKLD_MODULE >> -nostdinc -I- -include /usr/obj/usr/src/sys/CUSTOM/opt_global.h -I. >> -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g >> -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/CUSTOM -mcmodel=kernel >> -mno-red-zone -mfpmath=387 -mno-sse -mno-sse2 -mno-mmx -mno-3dnow >> -msoft-float -fno-asynchronous-unwind-tables -ffreestanding -Wall >> -Wredundant-decls -Wnested-externs -Wstrict-prototypes >> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual >> -fformat-extensions -std=c99 -c >> /usr/src/sys/modules/sound/midi/../../../dev/sound/midi/midi.c >> /usr/src/sys/modules/sound/midi/../../../dev/sound/midi/midi.c:204: >> error: unknown field `d_maj' specified in initializer > >When was this member removed, and why? And how to work around this? It is no longer used, just remove it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.