Subject: Re: Status of 1.0+ changes
To: Christian E. Hopps <chopps@water.emich.edu>
From: Bernd Ernesti <erbe0011@FH-Karlsruhe.DE>
List: amiga-dev
Date: 12/04/1994 01:22:42
Christian E. Hopps writes:

>I have brought the kernel up to date with current on lamp.  It should be 
>suppable soon.  Note I didn't use Michael's diffs so I advise people just
>wait and get the sup.  The differences between mine and Michael's are all style
>though.  I also have sunos compat code compiling again, I would like to
>hear from someone who has sun binaries that can test this and see if it
>still works.

Okay, I have the new source, but get some warnings and errors when I make it:

../../../../isofs/cd9660/cd9660_vnops.c: In function `cd9660_readdir':
../../../../isofs/cd9660/cd9660_vnops.c:637: warning: passing arg 4 of `cd9660_rrip_getnam
e' from incompatible pointer type
../../../../kern/tty_pty.c: In function `ptyioctl':
../../../../kern/tty_pty.c:579: warning: comparison of distinct pointer types lacks a cast
../../../../arch/amiga/dev/grf_rt.c: In function `rt_mode':
../../../../arch/amiga/dev/grf_rt.c:969: warning: passing arg 2 of `rt_ioctl' makes intege
r from pointer without a cast
../../../../arch/amiga/dev/grf_rt.c:969: warning: passing arg 3 of `rt_ioctl' makes pointe
r from integer without a cast
../../../../compat/sunos/sunos_init_sysent.c:598: sizeof applied to an incomplete type
../../../../compat/sunos/sunos_init_sysent.c:605: sizeof applied to an incomplete type
../../../../compat/sunos/sunos_init_sysent.c:612: sizeof applied to an incomplete type

Bernd