p_devtmp => p_dupfd; eliminate u.u_error from RETURN macro
[unix-history] / usr / src / sys / kern / subr_log.c
index 3b4edc8..4d77f7d 100644 (file)
@@ -3,7 +3,7 @@
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)subr_log.c  7.5 (Berkeley) %G%
+ *     @(#)subr_log.c  7.6 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -142,7 +142,7 @@ logwakeup()
                logsoftc.sc_selp = 0;
        }
        if (logsoftc.sc_state & LOG_ASYNC)
                logsoftc.sc_selp = 0;
        }
        if (logsoftc.sc_state & LOG_ASYNC)
-               pgsignal(logsoftc.sc_pgrp, SIGIO); 
+               pgsignal(logsoftc.sc_pgrp, SIGIO, 0); 
        if (logsoftc.sc_state & LOG_RDWAIT) {
                wakeup((caddr_t)&msgbuf);
                logsoftc.sc_state &= ~LOG_RDWAIT;
        if (logsoftc.sc_state & LOG_RDWAIT) {
                wakeup((caddr_t)&msgbuf);
                logsoftc.sc_state &= ~LOG_RDWAIT;