aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/kdump/mkioctls
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2008-05-25 22:11:40 +0000
committerRobert Watson <rwatson@FreeBSD.org>2008-05-25 22:11:40 +0000
commite4372ceba044f2b6dbde2fabf95ce2717135d47c (patch)
treeafe56b8f23cfc7884850445d064a110b6ac85c9e /usr.bin/kdump/mkioctls
parent727acbb41bf75aacfdc3a5555c918ab308317b9b (diff)
downloadsrc-e4372ceba044f2b6dbde2fabf95ce2717135d47c.tar.gz
src-e4372ceba044f2b6dbde2fabf95ce2717135d47c.zip
Remove netatm from HEAD as it is not MPSAFE and relies on the now removed
NET_NEEDS_GIANT. netatm has been disconnected from the build for ten months in HEAD/RELENG_7. Specifics: - netatm include files - netatm command line management tools - libatm - ATM parts in rescue and sysinstall - sample configuration files and documents - kernel support as a module or in NOTES - netgraph wrapper nodes for netatm - ctags data for netatm. - netatm-specific device drivers. MFC after: 3 weeks Reviewed by: bz Discussed with: bms, bz, harti
Notes
Notes: svn path=/head/; revision=179308
Diffstat (limited to 'usr.bin/kdump/mkioctls')
-rw-r--r--usr.bin/kdump/mkioctls5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr.bin/kdump/mkioctls b/usr.bin/kdump/mkioctls
index 9d11984dd948..5feae115a3c7 100644
--- a/usr.bin/kdump/mkioctls
+++ b/usr.bin/kdump/mkioctls
@@ -46,11 +46,6 @@ BEGIN {
print "#include <net/if_var.h>"
print "#include <net/pfvar.h>"
print "#include <net/route.h>"
-# Disabled in 7.0 as netatm is not MPSAFE.
-# print "#include <netatm/atm.h>"
-# print "#include <netatm/atm_if.h>"
-# print "#include <netatm/atm_sap.h>"
-# print "#include <netatm/atm_sys.h>"
print "#include <netinet/in.h>"
print "#include <netinet/ip_mroute.h>"
print "#include <netinet6/in6_var.h>"