NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lib/41138: Redundant declarations in rpc_internal.h



>Number:         41138
>Category:       lib
>Synopsis:       Redundant declarations in rpc_internal.h
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    lib-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 04 11:25:00 +0000 2009
>Originator:     Henning Petersen
>Release:        Netbsd-current
>Organization:
>Environment:
>Description:
Compile lib/libc/rpc with Wredundant-declaration.
>How-To-Repeat:

>Fix:
--- lib/libc/rpc/rpc_internal.h 28 Apr 2008 20:23:00 -0000      1.5
+++ lib/libc/rpc/rpc_internal.h 4 Apr 2009 11:05:03 -0000
@@ -38,9 +38,6 @@
 void __xprt_unregister_unlocked __P((SVCXPRT *));
 bool_t __svc_clean_idle __P((fd_set *, int, bool_t));
 
-bool_t __xdrrec_getrec __P((XDR *, enum xprt_stat *, bool_t));
-bool_t __xdrrec_setnonblock __P((XDR *, int));
-
 u_int __rpc_get_a_size __P((int));
 int __rpc_dtbsize __P((void));
 struct netconfig * __rpcgettp __P((int));



Home | Main Index | Thread Index | Old Index