summaryrefslogtreecommitdiffstats
path: root/sys/nfsclient/nfs_socket.c
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
committerhoek <hoek@FreeBSD.org>1998-12-30 00:37:44 +0000
commit5e720f359493b138d4b2898600a5e227f2b2d624 (patch)
treee63ee5898677075b6f830a4fb06683e8a65f6c49 /sys/nfsclient/nfs_socket.c
parent233301419faa6f8b8f82b8b78115e7c72080ee01 (diff)
downloadFreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.zip
FreeBSD-src-5e720f359493b138d4b2898600a5e227f2b2d624.tar.gz
Silence -Wtrigraph.
Submitted by: Bradley Dunn <bradley@dunn.org> (pr: kern/8817)
Diffstat (limited to 'sys/nfsclient/nfs_socket.c')
-rw-r--r--sys/nfsclient/nfs_socket.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/nfsclient/nfs_socket.c b/sys/nfsclient/nfs_socket.c
index 5503d47..8c1b812 100644
--- a/sys/nfsclient/nfs_socket.c
+++ b/sys/nfsclient/nfs_socket.c
@@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* @(#)nfs_socket.c 8.5 (Berkeley) 3/30/95
- * $Id: nfs_socket.c,v 1.47 1998/11/13 09:44:12 dfr Exp $
+ * $Id: nfs_socket.c,v 1.48 1998/12/07 21:58:44 archie Exp $
*/
/*
@@ -403,11 +403,11 @@ nfs_safedisconnect(nmp)
* For the client side:
* - return EINTR if the RPC is terminated, 0 otherwise
* - set R_MUSTRESEND if the send fails for any reason
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
* For the server side:
* - return EINTR or ERESTART if interrupted by a signal
* - return EPIPE if a connection is lost for connection based sockets (TCP...)
- * - do any cleanup required by recoverable socket errors (???)
+ * - do any cleanup required by recoverable socket errors (?)
*/
int
nfs_send(so, nam, top, rep)
@@ -469,7 +469,7 @@ nfs_send(so, nam, top, rep)
log(LOG_INFO, "nfsd send error %d\n", error);
/*
- * Handle any recoverable (soft) socket errors here. (???)
+ * Handle any recoverable (soft) socket errors here. (?)
*/
if (error != EINTR && error != ERESTART &&
error != EWOULDBLOCK && error != EPIPE)
OpenPOWER on IntegriCloud