update to current hashing techniques
[unix-history] / usr / src / sys / nfs / nfs_socket.c
index bb0bc3f..fd7ccc4 100644 (file)
@@ -7,7 +7,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)nfs_socket.c        7.35 (Berkeley) %G%
+ *     @(#)nfs_socket.c        7.36 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -1208,7 +1208,9 @@ nfs_rephead(siz, nd, err, cache, frev, mrq, mbp, bposp)
  * To avoid retransmission attempts on STREAM sockets (in the future) make
  * sure to set the r_retry field to 0 (implies nm_retry == 0).
  */
  * To avoid retransmission attempts on STREAM sockets (in the future) make
  * sure to set the r_retry field to 0 (implies nm_retry == 0).
  */
-nfs_timer()
+void
+nfs_timer(arg)
+       void *arg;
 {
        register struct nfsreq *rep;
        register struct mbuf *m;
 {
        register struct nfsreq *rep;
        register struct mbuf *m;