Module Name:    src
Committed By:   christos
Date:           Fri Dec 20 21:04:09 UTC 2013

Modified Files:
        src/lib/librpcsvc: rnusers.x

Log Message:
remove __P


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/lib/librpcsvc/rnusers.x

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librpcsvc/rnusers.x
diff -u src/lib/librpcsvc/rnusers.x:1.14 src/lib/librpcsvc/rnusers.x:1.15
--- src/lib/librpcsvc/rnusers.x:1.14	Tue Aug 30 13:06:20 2011
+++ src/lib/librpcsvc/rnusers.x	Fri Dec 20 16:04:09 2013
@@ -36,7 +36,7 @@
 %#ifndef __lint__
 %/*static char sccsid[] = "from: @(#)rnusers.x 1.2 87/09/20 Copyr 1987 Sun Micro";*/
 %/*static char sccsid[] = "from: @(#)rnusers.x	2.1 88/08/01 4.0 RPCSRC";*/
-%__RCSID("$NetBSD: rnusers.x,v 1.14 2011/08/30 17:06:20 plunky Exp $");
+%__RCSID("$NetBSD: rnusers.x,v 1.15 2013/12/20 21:04:09 christos Exp $");
 %#endif /* not __lint__ */
 #endif
 
@@ -82,12 +82,12 @@
 %
 %#include <sys/cdefs.h>
 %__BEGIN_DECLS
-%bool_t xdr_utmp __P((XDR *, struct ru_utmp *));
-%bool_t xdr_utmpptr __P((XDR *, struct ru_utmp **));
-%bool_t xdr_utmparr __P((XDR *, struct utmparr *));
-%bool_t xdr_utmpidle __P((XDR *, struct utmpidle *));
-%bool_t xdr_utmpidleptr __P((XDR *, struct utmpidle **));
-%bool_t xdr_utmpidlearr __P((XDR *, struct utmpidlearr *));
+%bool_t xdr_utmp(XDR *, struct ru_utmp *);
+%bool_t xdr_utmpptr(XDR *, struct ru_utmp **);
+%bool_t xdr_utmparr(XDR *, struct utmparr *);
+%bool_t xdr_utmpidle(XDR *, struct utmpidle *);
+%bool_t xdr_utmpidleptr(XDR *, struct utmpidle **);
+%bool_t xdr_utmpidlearr(XDR *, struct utmpidlearr *);
 %__END_DECLS
 %
 %#define RUSERSVERS_1 ((u_long)1)

Reply via email to