diff options
Diffstat (limited to 'include/rpc/clnt.h')
-rw-r--r-- | include/rpc/clnt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/rpc/clnt.h b/include/rpc/clnt.h index a4d3185ff92..0c28612cb5a 100644 --- a/include/rpc/clnt.h +++ b/include/rpc/clnt.h @@ -1,4 +1,4 @@ -/* $OpenBSD: clnt.h,v 1.4 1998/03/19 00:27:17 millert Exp $ */ +/* $OpenBSD: clnt.h,v 1.5 2001/09/15 13:51:00 deraadt Exp $ */ /* $NetBSD: clnt.h,v 1.6 1995/04/29 05:27:58 cgd Exp $ */ /* @@ -280,7 +280,7 @@ __END_DECLS * struct sockaddr_in *raddr; * u_long prog; * u_long version; - * register int *sockp; + * int *sockp; * u_int sendsz; * u_int recvsz; */ |