From: jsg Date: Mon, 20 May 2024 02:00:25 +0000 (+0000) Subject: remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=efea18b263485f6aa661cac8f1dab94e92e7a55a;p=openbsd remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h --- 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 @@ -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)