libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: libtool--devo--1.0--patch-50


From: Gary V. Vaughan
Subject: FYI: libtool--devo--1.0--patch-50
Date: Mon, 19 Apr 2004 14:06:09 +0100 (BST)
User-agent: mailnotify/0.3

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Applied to HEAD.  Thanks to Albert Chin-A-Young.
- -- 
Gary V. Vaughan      ())_.  address@hidden,gnu.org}
Research Scientist   ( '/   http://tkd.kicks-ass.net
GNU Hacker           / )=   http://www.gnu.org/software/libtool
Technical Author   `(_~)_   http://sources.redhat.com/autobook
_________________________________________________________
This patch notification generated by tlaapply version 0.5
http://tkd.kicks-ass.net/arch/address@hidden/cvs-utils--tla--1.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (Darwin)

iD8DBQFAg87BFRMICSmD1gYRAmEgAJ9XN53P1BFj0u3uNVxnK9kXeMBtAgCffgbv
PtPUohXC7sqMhtvIiYMnE24=
=AOEG
-----END PGP SIGNATURE-----
* looking for address@hidden/libtool--devo--1.0--patch-49 to compare with
* comparing to address@hidden/libtool--devo--1.0--patch-49
M  ChangeLog
M  libltdl/loader-shl_load.c

* modified files

Index: Changelog
from  Albert Chin-A-Young  <address@hidden>

        * libltdl/loader-shl_load.c: Fix typos during reorg.

--- orig/libltdl/loader-shl_load.c
+++ mod/libltdl/loader-shl_load.c
@@ -74,8 +74,8 @@
 
 #define        LT_BIND_FLAGS   (BIND_IMMEDIATE | BIND_NONFATAL | DYNAMIC_PATH)
 
-lt_module
-lt__sys_shl_open (lt_user_data loader_data, const char *filenam)
+static lt_module
+sys_shl_open (lt_user_data loader_data, const char *filenam)
 {
   static shl_t self = (shl_t) 0;
   lt_module module = shl_load (filename, LT_BIND_FLAGS, 0L);
@@ -107,8 +107,8 @@
   return module;
 }
 
-int
-lt__sys_shl_close (lt_user_data loader_data, lt_module module)
+static int
+sys_shl_close (lt_user_data loader_data, lt_module module)
 {
   int errors = 0;
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]