Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2005 00:05:16 +0000 (UTC)
From:      Maxime Henrion <mux@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/rpc.umntall rpc.umntall.c
Message-ID:  <200505270005.j4R05GBC025539@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mux         2005-05-27 00:05:16 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/rpc.umntall rpc.umntall.c 
  Log:
  Use clnt_create_timed() instead of clnt_create().  The former has an
  additional argument that allows us to specify a timeout, like we do for
  the subsequent clnt_call() calls.
  
  Submitted by:   Jeremie Le Hen <jeremie@le-hen.org>
  MFC after:      3 weeks
  
  Revision  Changes    Path
  1.13      +8 -6      src/usr.sbin/rpc.umntall/rpc.umntall.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200505270005.j4R05GBC025539>