cvs commit: src/sys/net if_tap.c
    Marius Strobl 
    marius at FreeBSD.org
       
    Tue Jun  6 20:10:29 UTC 2006
    
    
  
marius      2006-06-06 20:03:37 UTC
  FreeBSD src repository
  Modified files:        (Branch: RELENG_6)
    sys/net              if_tap.c 
  Log:
  MFC: 1.61
  
  Revert the (int *) -> (intptr_t *) conversion done as part of rev. 1.59
  (MFC'ed in rev. 1.55.2.3) for IOCTLs where casting data to intptr_t *
  isn't the right thing to do, fixing tap(4) on big-endian LP64 machines.
  
  Revision  Changes    Path
  1.55.2.4  +10 -10    src/sys/net/if_tap.c
    
    
More information about the cvs-src
mailing list