cvs commit: src/sys/dev/ipw if_ipw.c

Wojciech A. Koszek wkoszek at FreeBSD.org
Tue Dec 4 12:33:59 PST 2007


wkoszek     2007-12-04 20:33:58 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ipw          if_ipw.c 
  Log:
  Cast 'data' to 'u_char', as printf() requires this type to be unsigned. This
  is what gcc3 complains about.
  
  Without this change, it's impossible to build the kernel with gcc3.
  
  Tested by:      cognet@ (mentor)
  Approved by:    cognet@ (mentor)
  
  Revision  Changes    Path
  1.33      +1 -1      src/sys/dev/ipw/if_ipw.c


More information about the cvs-src mailing list