svn commit: r186437 - in head: . sys/netinet sys/netipsec

Bjoern A. Zeeb bz at FreeBSD.org
Tue Dec 23 16:52:03 UTC 2008


Author: bz
Date: Tue Dec 23 16:52:03 2008
New Revision: 186437
URL: http://svn.freebsd.org/changeset/base/186437

Log:
  Remove long unused netinet/ipprotosw.h (basically since r82884).
  
  Discussed with:		rwatson
  MFC after:		4 weeks

Deleted:
  head/sys/netinet/ipprotosw.h
Modified:
  head/ObsoleteFiles.inc
  head/sys/netipsec/vipsec.h

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Dec 23 16:49:07 2008	(r186436)
+++ head/ObsoleteFiles.inc	Tue Dec 23 16:52:03 2008	(r186437)
@@ -14,6 +14,8 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20081223: ipprotosw.h removed
+OLD_FILES+=usr/include/netinet/ipprotosw.h
 # 20081123: vfs_mountedon.9 removed
 OLD_FILES+=usr/share/man/man9/vfs_mountedon.9.gz
 # 20081023: FREE.9 and MALLOC.9 removed

Modified: head/sys/netipsec/vipsec.h
==============================================================================
--- head/sys/netipsec/vipsec.h	Tue Dec 23 16:49:07 2008	(r186436)
+++ head/sys/netipsec/vipsec.h	Tue Dec 23 16:52:03 2008	(r186437)
@@ -38,8 +38,6 @@
 #include <net/pfkeyv2.h>
 #include <net/raw_cb.h>
 
-#include <netinet/ipprotosw.h>
-
 #include <netipsec/ah_var.h>
 #include <netipsec/esp_var.h>
 #include <netipsec/ipcomp_var.h>


More information about the svn-src-head mailing list