[CUWiN-Dev] nightly build errors

Bill Comisky bcomisky at pobox.com
Mon Jul 11 09:15:20 CDT 2005


I had another error on rtw.c when building an ISO, and made this change.

Index: rtw.c
===================================================================
RCS file: /cvsroot/src/sys/dev/ic/rtw.c,v
retrieving revision 1.53
diff -r1.53 rtw.c
4045c4045
<       IFQ_SET_READY(ifp->if_snd);
---
>       IFQ_SET_READY(&ifp->if_snd);


Afterwards, rtw.c compiles, but I'm getting this:

...
mkstaboot: begin step 'floppy'
1440+0 records in
1440+0 records out
nbmakefs: `/var/tmp/./mkstaboot-floppy-staging.SRwvpB' size of 1531904 is larger than the maxsize of 1474560.


bill

--
Bill Comisky
bcomisky at pobox.com


More information about the CU-Wireless-Dev mailing list