The branch, v3-2-test has been updated
       via  d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4 (commit)
       via  1efdef08ae19a01b03bf6730df1fb4a9a4a8aba0 (commit)
      from  405e01628e66acfb4b1dbcb3b9fdae4cca0f9ce0 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit d64b19e77aa499c1ee1aaf788ddf3d6fd36253e4
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Fri Feb 1 20:03:05 2008 +0100

    NetBSD needs LD_LIBRARY_PATH

commit 1efdef08ae19a01b03bf6730df1fb4a9a4a8aba0
Author: Volker Lendecke <[EMAIL PROTECTED]>
Date:   Fri Feb 1 15:37:11 2008 +0100

    Fix a typo

-----------------------------------------------------------------------

Summary of changes:
 source/lib/replace/libreplace_ld.m4 |    3 +++
 source/lib/util_sock.c              |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/lib/replace/libreplace_ld.m4 
b/source/lib/replace/libreplace_ld.m4
index 2aec698..f0d10c1 100644
--- a/source/lib/replace/libreplace_ld.m4
+++ b/source/lib/replace/libreplace_ld.m4
@@ -289,6 +289,9 @@ AC_DEFUN([AC_LIBREPLACE_RUNTIME_LIB_PATH_VAR],
                *linux*)
                        LIB_PATH_VAR=LD_LIBRARY_PATH
                ;;
+               *netbsd*)
+                       LIB_PATH_VAR=LD_LIBRARY_PATH
+               ;;
                *solaris*)
                        LIB_PATH_VAR=LD_LIBRARY_PATH
                ;;
diff --git a/source/lib/util_sock.c b/source/lib/util_sock.c
index ced1130..f5797f1 100644
--- a/source/lib/util_sock.c
+++ b/source/lib/util_sock.c
@@ -112,7 +112,7 @@ static bool interpret_string_addr_internal(struct addrinfo 
**ppres,
                        &hints,
                        ppres);
        if (ret) {
-               DEBUG(3,("interpret_string_addr_interal: getaddrinfo failed "
+               DEBUG(3,("interpret_string_addr_internal: getaddrinfo failed "
                        "for name %s [%s]\n",
                        str,
                        gai_strerror(ret) ));


-- 
Samba Shared Repository

Reply via email to