Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/sys Pull up revision 1.41 (requested by fvdl):



details:   https://anonhg.NetBSD.org/src/rev/59adf26adcf5
branches:  netbsd-1-5
changeset: 490354:59adf26adcf5
user:      he <he%NetBSD.org@localhost>
date:      Fri Dec 15 00:09:27 2000 +0000

description:
Pull up revision 1.41 (requested by fvdl):
  Fix NFS+tcp client hangs on server or network outage.  Again,
  please note that this introduces yet another kernel interface
  change: sobind() gains an argument.

diffstat:

 sys/sys/socketvar.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 46e34e589b13 -r 59adf26adcf5 sys/sys/socketvar.h
--- a/sys/sys/socketvar.h       Fri Dec 15 00:09:10 2000 +0000
+++ b/sys/sys/socketvar.h       Fri Dec 15 00:09:27 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: socketvar.h,v 1.40 2000/03/28 05:06:20 simonb Exp $    */
+/*     $NetBSD: socketvar.h,v 1.40.4.1 2000/12/15 00:09:27 he Exp $    */
 
 /*-
  * Copyright (c) 1982, 1986, 1990, 1993
@@ -276,7 +276,7 @@
 void   soinit __P((void));
 int    soabort __P((struct socket *so));
 int    soaccept __P((struct socket *so, struct mbuf *nam));
-int    sobind __P((struct socket *so, struct mbuf *nam));
+int    sobind __P((struct socket *so, struct mbuf *nam, struct proc *));
 void   socantrcvmore __P((struct socket *so));
 void   socantsendmore __P((struct socket *so));
 int    soclose __P((struct socket *so));



Home | Main Index | Thread Index | Old Index