mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-09 12:27:50 -04:00
14 lines
383 B
Plaintext
14 lines
383 B
Plaintext
$NetBSD: patch-aq,v 1.1 2010/12/22 19:44:24 chuck Exp $
|
|
|
|
--- src/common/dynlib.cpp.orig 2010-12-22 14:19:31.000000000 -0500
|
|
+++ src/common/dynlib.cpp 2010-12-22 14:23:41.000000000 -0500
|
|
@@ -480,7 +480,7 @@
|
|
|
|
int dlclose(void *handle)
|
|
{
|
|
- NSUnLinkModule( handle, NSUNLINKMODULE_OPTION_NONE);
|
|
+ NSUnLinkModule((NSModule)handle, NSUNLINKMODULE_OPTION_NONE);
|
|
return 0;
|
|
}
|
|
|