Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Sep 2009 10:39:38 +0000 (UTC)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/netinet in.h src/sys/sys _sockaddr_storage.h socket.h
Message-ID:  <200909081040.n88AeKPm030209@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         2009-09-08 10:39:38 UTC

  FreeBSD src repository

  Modified files:
    sys/netinet          in.h 
    sys/sys              socket.h 
  Added files:
    sys/sys              _sockaddr_storage.h 
  Log:
  SVN rev 196967 on 2009-09-08 10:39:38Z by phk
  
  Move the duplicate definition of struct sockaddr_storage to its own
  include file, and include this where the previous duplicate definitions were.
  
  Static program checkers like FlexeLint rightfully take a dim view of
  duplicate definitions, even if they currently are identical.
  
  Revision  Changes    Path
  1.111     +1 -21     src/sys/netinet/in.h
  1.1       +54 -0     src/sys/sys/_sockaddr_storage.h (new)
  1.103     +1 -20     src/sys/sys/socket.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909081040.n88AeKPm030209>