cvs commit: src/sys/dev/aic7xxx ahc_pci.c ahd_pci.c
    Stefan Farfeleder 
    stefan at fafoe.narf.at
       
    Thu Oct 23 11:28:49 PDT 2003
    
    
  
On Thu, Oct 23, 2003 at 06:42:03AM -0700, Dag-Erling Smorgrav wrote:
> des         2003/10/23 06:42:03 PDT
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/dev/aic7xxx      ahc_pci.c ahd_pci.c 
>   Log:
>   0x7FFFFFFFFF is >32 bits and needs an explicit LL.
                                 ^^^^^^^^^^^^^^^^^^^^
That's not true.  Its type is long long on 32 bit architectures even
without the LL suffix.
Stefan
    
    
More information about the cvs-all
mailing list