From 55a8dae6ee0a3520fe602d41a2bbcac0f253a104 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 9 Nov 2003 18:50:57 +0000 Subject: [PATCH] Fix minor snafu in last commit. Report-by: David Rhodus --- include/rpc/pmap_clnt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/rpc/pmap_clnt.h b/include/rpc/pmap_clnt.h index 1bd0afef6e..8c7c67f6b5 100644 --- a/include/rpc/pmap_clnt.h +++ b/include/rpc/pmap_clnt.h @@ -29,7 +29,7 @@ * from: @(#)pmap_clnt.h 1.11 88/02/08 SMI * from: @(#)pmap_clnt.h 2.1 88/07/29 4.0 RPCSRC * $FreeBSD: src/include/rpc/pmap_clnt.h,v 1.11 1999/08/27 23:45:04 peter Exp $ - * $DragonFly: src/include/rpc/pmap_clnt.h,v 1.3 2003/11/09 07:10:13 dillon Exp $ + * $DragonFly: src/include/rpc/pmap_clnt.h,v 1.4 2003/11/09 18:50:57 dillon Exp $ */ /* @@ -82,7 +82,7 @@ extern enum clnt_stat clnt_broadcast __P((u_long, u_long, u_long, struct sockaddr_in *)))); extern u_short pmap_getport __P((struct sockaddr_in *, u_long, u_long, u_int)); -extern void pmap_getport_timeout((struct timeval *otv, +extern void pmap_getport_timeout __P((struct timeval *otv, struct timeval *ntv)); __END_DECLS -- 2.41.0