VirtualBox

Changeset 2248 in kBuild


Ignore:
Timestamp:
Jan 19, 2009 4:34:56 AM (16 years ago)
Author:
bird
Message:

kbuild.c: dlopen/dlinfo doesn't hold what was promissed (FreeBSD), disabled the code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kmk/kbuild.c

    r2247 r2248  
    138138    if (rc < 0 || rc == GET_PATH_MAX - 1)
    139139    {
     140        rc = -1;
     141# if 0 /* doesn't work because l_name isn't always absolute, it's just argv0 from exec or something. */
    140142        /* /proc is optional, try rtdl. */
    141143        void *hExe = dlopen(NULL, 0);
     
    154156                }
    155157            }   
    156         }
     158
     159        }
     160# endif
    157161    }
    158162    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette