Hello, unfortunately in making netboot compile on a sun I introduced a small bug which prevent the mknbi programs to compile properly when using a Linux system with a standard C library (I'm using the GNU glibc 2.0, so this prob- lem didn't happen to me). Attached below you will find a small diff which should fix this problem. Please apply it to the file netboot/common.h and let me know if it works or not. gero. --- common.h.old Tue Jun 17 10:48:21 1997 +++ common.h Tue Jun 17 10:43:14 1997 @@ -188,10 +188,10 @@ # endif # endif # endif -# endif typedef U8_TYPE __u8; typedef U16_TYPE __u16; typedef U32_TYPE __u32; +# endif #endif -- I now have absolute proof that smoking even one marijuana cigarette is equal in brain damage to being on Bikini Island during an H-bomb blast. - Ronald Reagan -- Gero Kuhlmann, Hannover 0511/6497525 (Voice) gero@gkminix.han.de
For requests or suggestions regarding this mailing list archive please write to netboot@gkminix.han.de.