mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -8,25 +8,17 @@ available. As most Buildroot users are most likely never going to need
|
||||
such feature, get rid of it.
|
||||
|
||||
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
|
||||
[ rebased for 1.2.6 ]
|
||||
Signed-off-by: Petr Vorel <petr.vorel@gmail.com>
|
||||
---
|
||||
src/security.c | 18 ------------------
|
||||
1 file changed, 18 deletions(-)
|
||||
src/security.c | 15 ---------------
|
||||
1 file changed, 15 deletions(-)
|
||||
|
||||
diff --git a/src/security.c b/src/security.c
|
||||
index 0c9453f..abc81bb 100644
|
||||
index 38967dd..0a70635 100644
|
||||
--- a/src/security.c
|
||||
+++ b/src/security.c
|
||||
@@ -24,9 +24,6 @@
|
||||
#include <rpcsvc/mount.h>
|
||||
#include <rpcsvc/rquota.h>
|
||||
#include <rpcsvc/nfs_prot.h>
|
||||
-#include <rpcsvc/yp.h>
|
||||
-#include <rpcsvc/ypclnt.h>
|
||||
-#include <rpcsvc/yppasswd.h>
|
||||
#else
|
||||
# define MOUNTPROC_MNT 1
|
||||
# define MOUNTPROC_UMNT 3
|
||||
@@ -325,24 +322,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
|
||||
@@ -318,24 +318,9 @@ check_callit(SVCXPRT *xprt, struct r_rmtcall_args *args, int versnum /*__unused*
|
||||
args->rmt_proc != MOUNTPROC_UMNT)
|
||||
break;
|
||||
goto deny;
|
||||
@@ -52,5 +44,5 @@ index 0c9453f..abc81bb 100644
|
||||
break;
|
||||
}
|
||||
--
|
||||
2.4.5
|
||||
2.31.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user