Re: cvs commit: src/sys/kern uipc_socket2.c

2000-08-31 Thread Bosko Milekic
Uh-oh. Could this have something to do with the fact that Brian passes `cc' to chgsbsize(), which declares it as a u_long, when in fact it should be handled as an rlim_t, which is really a 64-bit integer? I'm not too sure, as I didn't think at first that reverting just this back would

Re: cvs commit: src/sys/kern uipc_socket2.c

2000-08-30 Thread Nickolay Dudorov
In article <[EMAIL PROTECTED]> you wrote: > green 2000/08/29 17:09:58 PDT > > Modified files: > sys/kern uipc_socket2.c > Log: > Remove an extraneous setting of sb_hiwat. > > Revision ChangesPath > 1.63 +1 -2 src/sys/kern/uipc_socket2.c