diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-02-07 05:15:17 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2005-02-07 05:15:17 +0000 |
commit | 22f2d61c80eb645e83c664efade5762cf5dfb0e8 (patch) | |
tree | b771cb756ef33bd37eb28d595c82f09dfeaf1178 /net/samba3/files/patch-lib_module.c | |
parent | GC EXTRACT_DEPENDS (now done as a BUILD_DEPENDS). (diff) |
Update to 3.0.11.
PR: ports/77187
Submitted by: maintainer
Diffstat (limited to 'net/samba3/files/patch-lib_module.c')
-rw-r--r-- | net/samba3/files/patch-lib_module.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/samba3/files/patch-lib_module.c b/net/samba3/files/patch-lib_module.c deleted file mode 100644 index 03cb509895bc..000000000000 --- a/net/samba3/files/patch-lib_module.c +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/module.c.orig Sun Nov 21 00:14:24 2004 -+++ lib/module.c Sun Nov 21 00:38:36 2004 -@@ -40,9 +40,11 @@ - */ - handle = sys_dlopen(module_name, RTLD_LAZY); - -+ /* This call should reset any possible non-fatal errors that -+ occured since last call to dl* functions */ -+ error = sys_dlerror(); - if(!handle) { - int level = is_probe ? 3 : 0; -- error = sys_dlerror(); - DEBUG(level, ("Error loading module '%s': %s\n", module_name, error ? error : "")); - return NT_STATUS_UNSUCCESSFUL; - } |