missing counter
authorBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 22 Feb 1982 06:26:27 +0000 (22:26 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Mon, 22 Feb 1982 06:26:27 +0000 (22:26 -0800)
SCCS-vsn: sys/vax/if/if_en.c 4.34

usr/src/sys/vax/if/if_en.c

index c99388d..1b047ba 100644 (file)
@@ -1,4 +1,4 @@
-/*     if_en.c 4.33    82/02/05        */
+/*     if_en.c 4.34    82/02/21        */
 
 #include "en.h"
 
 
 #include "en.h"
 
@@ -410,6 +410,7 @@ enoutput(ifp, m0, pf)
        register struct en_header *en;
        int s;
 
        register struct en_header *en;
        int s;
 
+COUNT(ENOUTPUT);
        switch (pf) {
 
 #ifdef INET
        switch (pf) {
 
 #ifdef INET