Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread Doug Barton

Et voila. 

Thanks,

Doug


On Mon, 18 Sep 2000, David Greenman wrote:

>Here is a fix. Hopefully Mike will commit it soon.
> 
> -DG
> 
> David Greenman
> Co-founder, The FreeBSD Project - http://www.freebsd.org
> President, TeraSolutions, Inc. - http://www.terasolutions.com
> Pave the road of life with opportunities.
> 
> Index: aac.c
> ===
> RCS file: /home/ncvs/src/sys/dev/aac/aac.c,v
> retrieving revision 1.1
> diff -c -r1.1 aac.c
> *** aac.c 2000/09/13 03:20:34 1.1
> --- aac.c 2000/09/18 08:45:08
> ***
> *** 35,40 
> --- 35,41 
>   #include 
>   #include 
>   #include 
> + #include 
>   
>   #include 
>   
> 

-- 
"The dead cannot be seduced."
- Kai, "Lexx"

Do YOU Yahoo!?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread David Greenman

>   This is still broken:
>
>===> aac
>cc -O -pipe -DAAC_COMPAT_LINUX  -D_KERNEL -Wall -Wredundant-decls
>-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
>-Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
>-I. -I@ -I@/../include  -mpreferred-stack-boundary=2 -c
>/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c
>/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c: In
>function `aac_linux_ioctl':
>/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c:1815: 
>dereferencing
>pointer to incomplete type

   Here is a fix. Hopefully Mike will commit it soon.

-DG

David Greenman
Co-founder, The FreeBSD Project - http://www.freebsd.org
President, TeraSolutions, Inc. - http://www.terasolutions.com
Pave the road of life with opportunities.

Index: aac.c
===
RCS file: /home/ncvs/src/sys/dev/aac/aac.c,v
retrieving revision 1.1
diff -c -r1.1 aac.c
*** aac.c   2000/09/13 03:20:34 1.1
--- aac.c   2000/09/18 08:45:08
***
*** 35,40 
--- 35,41 
  #include 
  #include 
  #include 
+ #include 
  
  #include 
  


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: kernel breakage in aac.c (Was: Can't build a kernel)

2000-09-18 Thread Doug Barton

On Sun, 17 Sep 2000, Doug Barton wrote:

>   If I use the buildkernel target I get the following:
> 
> make: cannot open
> /usr/amd/realmounts/slave/usr/current/src/sys/dev/aic7xxx/Makefile.
> *** Error code 2
> 
> Stop in /usr/amd/realmounts/slave/usr/current/src.
> *** Error code 1

This is fixed now.

>   If I use the old way, I get errors about a pointer with an incomplete
> type in aac (whatever that is). 

This is still broken:

===> aac
cc -O -pipe -DAAC_COMPAT_LINUX  -D_KERNEL -Wall -Wredundant-decls
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith
-Winline -Wcast-qual  -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I-
-I. -I@ -I@/../include  -mpreferred-stack-boundary=2 -c
/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c
/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c: In
function `aac_linux_ioctl':
/usr/amd/realmounts/slave/usr/current/src/sys/modules/aac/../../dev/aac/aac.c:1815: 
dereferencing
pointer to incomplete type


Doug
-- 
"The dead cannot be seduced."
- Kai, "Lexx"

Do YOU Yahoo!?




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message