BSD 4_3_Tahoe release
[unix-history] / usr / src / sys / net / netisr.h
index 1aeafb6..1a58a4c 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * Copyright (c) 1980, 1986, 1989 Regents of the University of California.
+ * Copyright (c) 1980, 1986 Regents of the University of California.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms are permitted
@@ -14,7 +14,7 @@
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  *
- *     @(#)netisr.h    7.5 (Berkeley) %G%
+ *     @(#)netisr.h    7.4 (Berkeley) 6/27/88
  */
 
 /*
  */
 
 /*
@@ -39,7 +39,6 @@
 #define        NETISR_IP       2               /* same as AF_INET */
 #define        NETISR_IMP      3               /* same as AF_IMPLINK */
 #define        NETISR_NS       6               /* same as AF_NS */
 #define        NETISR_IP       2               /* same as AF_INET */
 #define        NETISR_IMP      3               /* same as AF_IMPLINK */
 #define        NETISR_NS       6               /* same as AF_NS */
-#define        NETISR_ISO      7               /* same as AF_ISO */
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }
 
 
 #define        schednetisr(anisr)      { netisr |= 1<<(anisr); setsoftnet(); }