aboutsummaryrefslogtreecommitdiff
path: root/libexec/rtld-aout/shlib.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-06-07 03:53:08 +0000
committerBrian Somers <brian@FreeBSD.org>1998-06-07 03:53:08 +0000
commit32b87439699af0ca8497f0d4bad52f9716df2ce8 (patch)
tree15606ec3c33622898a2a995440542b743ae69fbb /libexec/rtld-aout/shlib.c
parenta2b023b18773d715541f01605ca89ecab80a56a4 (diff)
Notes
Diffstat (limited to 'libexec/rtld-aout/shlib.c')
-rw-r--r--libexec/rtld-aout/shlib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c
index be92dffa5434..34d88e9ff4de 100644
--- a/libexec/rtld-aout/shlib.c
+++ b/libexec/rtld-aout/shlib.c
@@ -27,7 +27,7 @@
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
- * $Id: shlib.c,v 1.18 1997/02/22 15:46:24 peter Exp $
+ * $Id: shlib.c,v 1.19 1998/05/26 20:12:49 sos Exp $
*/
#include <sys/param.h>
@@ -214,7 +214,7 @@ int do_dot_a;
char *
find_lib_file(name)
- char *name;
+ const char *name;
{
int i;