pass rw flags to d_stop indicating which queues were flushed
[unix-history] / usr / src / sys / kern / uipc_proto.c
index c9792d5..bde28c6 100644 (file)
@@ -1,4 +1,4 @@
-/*     uipc_proto.c    4.11    81/12/12        */
+/*     uipc_proto.c    4.13    81/12/20        */
 
 #include "../h/param.h"
 #include "../h/socket.h"
 
 #include "../h/param.h"
 #include "../h/socket.h"
@@ -159,6 +159,6 @@ pffasttimo()
 
 COUNT(PFSLOWTIMO);
        for (pr = protoswLAST; pr >= protosw; pr--)
 
 COUNT(PFSLOWTIMO);
        for (pr = protoswLAST; pr >= protosw; pr--)
-               if (pr->pr_slowtimo)
-                       (*pr->pr_slowtimo)();
+               if (pr->pr_fasttimo)
+                       (*pr->pr_fasttimo)();
 }
 }