cvs commit: src UPDATING src/sys/net ethernet.h if_ethersubr.c

Yar Tikhiy yar at FreeBSD.org
Tue May 29 12:40:46 UTC 2007


yar         2007-05-29 12:40:46 UTC

  FreeBSD src repository

  Modified files:
    .                    UPDATING 
    sys/net              ethernet.h if_ethersubr.c 
  Log:
  Sync ether_ioctl() with ioctl(2) and ifnet.if_ioctl
  as to the type of the command argument: int -> u_long.
  These types have different widths in the 64-bit world.
  
  Add a note to UPDATING because the change breaks KBI
  on 64-bit platforms.
  
  Discussed on:   -net, -current
  Reviewed by:    bms, ru
  
  Revision  Changes    Path
  1.492     +6 -0      src/UPDATING
  1.32      +1 -1      src/sys/net/ethernet.h
  1.229     +1 -1      src/sys/net/if_ethersubr.c


More information about the cvs-all mailing list