Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Feb 1998 22:51:37 -0400 (AST)
From:      The Hermit Hacker <scrappy@hub.org>
To:        freebsd-multimedia@FreeBSD.ORG
Subject:   Luigi's CDDA patches...
Message-ID:  <Pine.BSF.3.96.980222224741.2129B-100000@thelab.hub.org>

next in thread | raw e-mail | index | archive | help

The patch, when manually applied, doesn't compile due to:

cc -c -O -pipe -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith
-Winline -Wuninitialized -g -nostdinc -I- -I. -I../.. -I../../../include
-DKERNEL -include opt_global.h  ../../i386/isa/wcd.c
../../i386/isa/wcd.c: In function `arstrategy':
../../i386/isa/wcd.c:808: structure has no member named `b_un'
*** Error code 1


In 2.2-STABLE, in sys/buf.h:

struct {
  caddr_t b_addr;  /* Memory, superblocks, indirect etc. */
} b_un;

But there doesn't appear to be an equivalent in 3.0-CURRENT :(

Marc G. Fournier                                
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-multimedia" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.980222224741.2129B-100000>