1 From 226b9c57ff403b407dbf1ff8a615da455a4cbd23 Mon Sep 17 00:00:00 2001
2 From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3 Date: Sat, 10 Nov 2012 22:03:43 +0100
4 Subject: [PATCH] Remove yellow pages support
6 This support requires yellow pages support in libtirpc, which isn't
7 available. As most Buildroot users are most likely never going to need
8 such feature, get rid of it.
10 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
12 src/security.c | 18 ------------------
13 1 file changed, 18 deletions(-)
15 diff --git a/src/security.c b/src/security.c
16 index 0c9453f..abc81bb 100644
20 #include <rpcsvc/mount.h>
21 #include <rpcsvc/rquota.h>
22 #include <rpcsvc/nfs_prot.h>
23 -#include <rpcsvc/yp.h>
24 -#include <rpcsvc/ypclnt.h>
25 -#include <rpcsvc/yppasswd.h>
27 # define MOUNTPROC_MNT 1
28 # define MOUNTPROC_UMNT 3
29 @@ -325,24 +322,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
30 args->rmt_proc != MOUNTPROC_UMNT)
34 - if (args->rmt_proc != YPBINDPROC_SETDOM)
42 - switch (args->rmt_proc) {