Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc/usr.bin/file



On Fri, Aug 02, 2002 at 11:32:56PM +0300, Antti Kantee wrote:
> 
> Module Name:  basesrc
> Committed By: pooka
> Date:         Fri Aug  2 20:32:56 UTC 2002
> 
> Modified Files:
>       basesrc/usr.bin/file: config.h
> 
> Log Message:
> work around cross-compile problems on 1.5.x, don't try to include
> <stdint.h> on that platform

If you want to get more accurate, I use this test:

#    if (__NetBSD_Version__ >= 105220000)  /* stdint.h was aquired in 1.5V */

-- 
Bill Squier (groo%old-ones.com@localhost)                          
http://www.netbsd.org

        I know I don't deserve another chance, but this _is_ America,
        and as an American, aren't I entitled to one?  --Sideshow Bob.



Home | Main Index | Thread Index | Old Index