From 49fa76801348f6d044128f7ec743693d0759d683 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Fri, 5 Jun 2015 11:01:30 -0400 Subject: [PATCH] loader: Don't add internal/ to the search path Reviewed-by: Eric Anholt Reviewed-by: Julien Cristau Signed-off-by: Adam Jackson --- hw/xfree86/loader/loadmod.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/xfree86/loader/loadmod.c b/hw/xfree86/loader/loadmod.c index 95a37fce5..d326d9d32 100644 --- a/hw/xfree86/loader/loadmod.c +++ b/hw/xfree86/loader/loadmod.c @@ -177,7 +177,6 @@ static const char *stdSubdirs[] = { "input/", "drivers/", "extensions/", - "internal/", NULL };