Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: postfix/master broken in -current? and 5.0_RC4



Christos Zoulas wrote:

Index: sys_socket.c
===================================================================
RCS file: /cvsroot/src/sys/kern/sys_socket.c,v
retrieving revision 1.59
diff -u -u -r1.59 sys_socket.c
--- sys_socket.c        4 Apr 2009 10:12:51 -0000       1.59
+++ sys_socket.c        6 Apr 2009 21:24:04 -0000
@@ -89,7 +89,7 @@
        .fo_stat = soo_stat,
        .fo_close = soo_close,
        .fo_kqfilter = soo_kqfilter,
-       .fo_drain = soo_drain,
+       .fo_drain = fnullop_drain, /* soo_drain, */
 };
/* ARGSUSED */


Will this be commited and pullup up to netbsd-5? This fixes my problems on 5.0_RC4...

Home | Main Index | Thread Index | Old Index