diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-20 02:00:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2024-05-20 02:00:26 +0000 |
commit | 722f9b23dfa73c5d81a0d6725366b76e8c7305a9 (patch) | |
tree | b1d8de18513268d45a499f4f63e0fc67d3370711 /usr.sbin/ypserv/yppush | |
parent | 875b8098bc415091ec4063c2f6d1bab98580aaea (diff) |
remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h
Diffstat (limited to 'usr.sbin/ypserv/yppush')
-rw-r--r-- | usr.sbin/ypserv/yppush/yppush.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ypserv/yppush/yppush.c b/usr.sbin/ypserv/yppush/yppush.c index c054a3bb9ac..6691fb7285d 100644 --- a/usr.sbin/ypserv/yppush/yppush.c +++ b/usr.sbin/ypserv/yppush/yppush.c @@ -1,4 +1,4 @@ -/* $OpenBSD: yppush.c,v 1.31 2015/01/16 06:40:23 deraadt Exp $ */ +/* $OpenBSD: yppush.c,v 1.32 2024/05/20 02:00:25 jsg Exp $ */ /* * Copyright (c) 1995 Mats O Jansson <moj@stacken.kth.se> @@ -57,7 +57,6 @@ u_int32_t OrderNum; char *master; extern void yppush_xfrrespprog_1(struct svc_req *request, SVCXPRT *xprt); -extern bool_t xdr_ypreq_xfr(XDR *, struct ypreq_xfr *); static void usage(void) |