Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Sep 2001 04:53:22 -0700 (PDT)
From:      Luigi Rizzo <luigi@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/netinet in.h
Message-ID:  <200109271153.f8RBrM590745@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
luigi       2001/09/27 04:53:22 PDT

  Modified files:
    sys/netinet          in.h 
  Log:
  Remove unused (and duplicate) struct ip_opts which is never used,
  not referenced in Stevens, and does not compile with g++.
  There is an equivalent structure, struct ipoption in ip_var.h
  which is actually used in various parts of the kernel, and also referenced
  in Stevens.
  
  Bill Fenner also says:
  ... if you want the trivia, struct ip_opts was introduced
  in in.h SCCS revision 7.9, on 6/28/1990, by Mike Karels.
  struct ipoption was introduced in ip_var.h SCCS revision 6.5,
  on 9/16/1985, by... Mike Karels.
  
  MFC-after: 3 days
  
  Revision  Changes    Path
  1.56      +1 -13     src/sys/netinet/in.h


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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