cvs commit: src/libexec/rtld-elf libmap.c libmap.h rtld.c

Matthew N. Dodd mdodd at FreeBSD.org
Sat Sep 13 14:43:09 PDT 2003


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


More information about the cvs-src mailing list