pjd 2004/03/17 10:10:39 PST
FreeBSD src repository
Modified files:
sys/nfsclient nfs_socket.c
Log:
Don't report EPIPE errors on nfs sockets. These can be due to idle tcp
mounts which will be closed by netapp, solaris, etc. if left idle too long.
Obtained from: NetBSD
Revision Changes Path
1.102 +5 -2 src/sys/nfsclient/nfs_socket.c