diff options
Diffstat (limited to 'sys/nlm/nlm_prot_clnt.c')
-rw-r--r-- | sys/nlm/nlm_prot_clnt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nlm/nlm_prot_clnt.c b/sys/nlm/nlm_prot_clnt.c index 9a16e32a9106..3985597346de 100644 --- a/sys/nlm/nlm_prot_clnt.c +++ b/sys/nlm/nlm_prot_clnt.c @@ -15,7 +15,7 @@ /*static char sccsid[] = "from: * @(#)nlm_prot.x 2.1 88/08/01 4.0 RPCSRC";*/ __RCSID("$NetBSD: nlm_prot.x,v 1.6 2000/06/07 14:30:15 bouyer Exp $"); #endif /* not lint */ -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/sys/nlm/nlm_prot_clnt.c,v 1.2.4.1.2.1 2008/10/02 02:57:24 kensmith Exp $"); /* Default timeout can be changed using clnt_control() */ static struct timeval TIMEOUT = { 25, 0 }; |