Garbage collect unused NETISR_{ATM,NETGRAPH,PPP} netisr constants.

This commit is contained in:
Robert Watson 2009-05-18 10:33:23 +00:00
parent a315e86aad
commit a765f96051
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192302

View File

@ -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