mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 16:37:43 +00:00
rpcbind: convert to git patch
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
96bdfdf08a
commit
bff62a2a87
@ -1,12 +1,19 @@
|
|||||||
Remove yellow pages support
|
From 6b5db966ae01c0bdaa7b3b90d9332394af6ea0be Mon Sep 17 00:00:00 2001
|
||||||
|
From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
|
Date: Sat, 10 Nov 2012 22:03:43 +0100
|
||||||
|
Subject: [PATCH] Remove yellow pages support
|
||||||
|
|
||||||
This support requires yellow pages support in libtirpc, which isn't
|
This support requires yellow pages support in libtirpc, which isn't
|
||||||
available. As most Buildroot users are most likely never going to need
|
available. As most Buildroot users are most likely never going to need
|
||||||
such feature, get rid of it.
|
such feature, get rid of it.
|
||||||
|
|
||||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||||
Index: b/src/security.c
|
---
|
||||||
===================================================================
|
src/security.c | 18 ------------------
|
||||||
|
1 file changed, 18 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/src/security.c b/src/security.c
|
||||||
|
index 0edeac6..c6c977f 100644
|
||||||
--- a/src/security.c
|
--- a/src/security.c
|
||||||
+++ b/src/security.c
|
+++ b/src/security.c
|
||||||
@@ -23,9 +23,6 @@
|
@@ -23,9 +23,6 @@
|
||||||
@ -19,7 +26,7 @@ Index: b/src/security.c
|
|||||||
|
|
||||||
#include "rpcbind.h"
|
#include "rpcbind.h"
|
||||||
|
|
||||||
@@ -322,24 +319,9 @@
|
@@ -322,24 +319,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
|
||||||
args->rmt_proc != MOUNTPROC_UMNT)
|
args->rmt_proc != MOUNTPROC_UMNT)
|
||||||
break;
|
break;
|
||||||
goto deny;
|
goto deny;
|
||||||
@ -44,3 +51,6 @@ Index: b/src/security.c
|
|||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
--
|
||||||
|
1.7.9.5
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user