cvs commit: src/libexec/rexecd rexecd.c
    Dag-Erling Smorgrav 
    des at FreeBSD.org
       
    Wed Feb 23 21:26:55 GMT 2005
    
    
  
des         2005-02-23 21:26:55 UTC
  FreeBSD src repository
  Modified files:
    libexec/rexecd       rexecd.c 
  Log:
  If what we have is a struct sockaddr_storage * and what we want is a
  struct sockaddr_storage *, there's no point in casting it prematurely
  to a struct sockaddr *.  This unbreaks WARNS=6 on sparc64.
  
  Revision  Changes    Path
  1.34      +8 -8      src/libexec/rexecd/rexecd.c
    
    
More information about the cvs-all
mailing list