mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 10:48:03 -04:00
17 lines
458 B
Plaintext
17 lines
458 B
Plaintext
$NetBSD: patch-db,v 1.1 2008/03/03 16:45:27 hannken Exp $
|
|
|
|
--- libfsimage/common/fsimage_plugin.c.orig 2008-01-31 10:06:54.000000000 +0000
|
|
+++ libfsimage/common/fsimage_plugin.c 2008-03-01 11:52:28.000000000 +0000
|
|
@@ -131,7 +131,10 @@ static int load_plugins(void)
|
|
int err;
|
|
int ret = -1;
|
|
|
|
-#ifdef __sun__
|
|
+#if defined(FSIMAGE_FSDIR)
|
|
+ if (fsdir == NULL)
|
|
+ fsdir = FSIMAGE_FSDIR;
|
|
+#elif defined(__sun__)
|
|
if (fsdir == NULL)
|
|
fsdir = "/usr/lib/fs";
|
|
|