cvs commit: src/sys/dev/ath if_ath.c src/sys/dev/ath/ath_rate/onoe
 onoe.c
    Peter Wemm 
    peter at FreeBSD.org
       
    Tue Dec 14 18:25:21 PST 2004
    
    
  
peter       2004-12-15 02:25:21 UTC
  FreeBSD src repository
  Modified files:
    sys/dev/ath          if_ath.c 
    sys/dev/ath/ath_rate/onoe onoe.c 
  Log:
  Make this amd64-clean.  sizeof is long on amd64, so things that do a printf
  of a sizeof, need to use %z to get the correct type on all our platforms.
  Also, convert integers<->pointers via uintptr_t.
  
  (I think Sam's instructions were for me to commit this.  If I
   misunderstood, then I apologize in advance.)
  
  Revision  Changes    Path
  1.2       +1 -1      src/sys/dev/ath/ath_rate/onoe/onoe.c
  1.59      +7 -4      src/sys/dev/ath/if_ath.c
    
    
More information about the cvs-all
mailing list