Okay, let me be a little clearer ;) What(1) on the kernel no longer works
because previously, the 
char sccs[] = { '@', '(', '#', ')' };
char version[] = blahhhfoooooo;
Was contiguous. However, nowadays, nice EGCS pads 4 bytes (WHY?!?!) between
those. So it appears "@(#)\0\0\0\0FreeBSD....." in the binary. Of course,
strings are null-terminated... :P I don't know why EGCS does this!

 Brian Feldman                _ __ ___ ____  ___ ___ ___  
 gr...@unixhelp.org                _ __ ___ | _ ) __|   \ 
     FreeBSD: The Power to Serve!      _ __ | _ \__ \ |) |
         http://www.freebsd.org           _ |___/___/___/ 



To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to