svn commit: r192302 - head/sys/net

Robert Watson rwatson at FreeBSD.org
Mon May 18 10:33:23 UTC 2009


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


More information about the svn-src-all mailing list