diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-15 13:51:02 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-09-15 13:51:02 +0000 |
commit | 8f5b4bd4f461a41e728944072460af706dd47a0b (patch) | |
tree | 40677e84020e80be559c2933f98a2ac14fde25a1 /include/rpc/clnt.h | |
parent | ce8e4cc18d0591021a891dc8c10d0bf046cfbec3 (diff) |
prototype cleanup
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; */ |