Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Sep 2003 14:43:08 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/libexec/rtld-elf libmap.c libmap.h rtld.c
Message-ID:  <200309132143.h8DLh8l6067931@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       2003/09/13 14:43:08 PDT

  FreeBSD src repository

  Modified files:
    libexec/rtld-elf     libmap.c libmap.h rtld.c 
  Log:
  Change libmap.c:lm_init() to return a status value; 0 for success
  (libmap available) and 1 for failure.  Assign this return to the
  global 'libmap_disable' variable in rtld.c.
  
  This totally prevents any libmap functions from being called after
  lm_init() if no config file is present.
  
  Revision  Changes    Path
  1.9       +3 -3      src/libexec/rtld-elf/libmap.c
  1.2       +1 -1      src/libexec/rtld-elf/libmap.h
  1.88      +1 -1      src/libexec/rtld-elf/rtld.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200309132143.h8DLh8l6067931>