From efea18b263485f6aa661cac8f1dab94e92e7a55a Mon Sep 17 00:00:00 2001 From: jsg Date: Mon, 20 May 2024 02:00:25 +0000 Subject: [PATCH] remove xdr_ypreq_xfr() prototype that matches rpcsvc/yp.h --- usr.sbin/ypserv/yppush/yppush.c | 3 +-- 1 file changed, 1 insertion(+), 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 @@ -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) -- 2.20.1