Date: Mon, 18 May 2009 10:33:23 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r192302 - head/sys/net Message-ID: <200905181033.n4IAXNUi059590@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rwatson Date: Mon May 18 10:33:23 2009 New Revision: 192302 URL: http://svn.freebsd.org/changeset/base/192302 Log: Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants. Modified: head/sys/net/netisr.h Modified: head/sys/net/netisr.h ============================================================================== --- head/sys/net/netisr.h Mon May 18 08:41:59 2009 (r192301) +++ head/sys/net/netisr.h Mon May 18 10:33:23 2009 (r192302) @@ -53,11 +53,8 @@ #define NETISR_ATALK1 17 /* Appletalk phase 1 */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPX 23 /* same as AF_IPX */ -#define NETISR_PPP 26 /* PPP soft interrupt */ #define NETISR_IPV6 27 #define NETISR_NATM 28 -#define NETISR_ATM 29 -#define NETISR_NETGRAPH 30 #define NETISR_POLLMORE 31 /* polling callback, must be last */ #ifndef LOCORE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905181033.n4IAXNUi059590>