diff options
| author | Steven Wallace <swallace@FreeBSD.org> | 1995-01-05 02:36:29 +0000 |
|---|---|---|
| committer | Steven Wallace <swallace@FreeBSD.org> | 1995-01-05 02:36:29 +0000 |
| commit | e86257e1662903900a6daf520d526eae23cd8281 (patch) | |
| tree | ba77ba18770a98e2dc57c358ff447b863ebea9a5 /libexec | |
| parent | edf9e79525c3c919e3cd1bac618aabc661f0f6d7 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/rtld-aout/shlib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rtld-aout/shlib.c b/libexec/rtld-aout/shlib.c index 4ea4b85e4c97..058689aa58fb 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.9 1994/06/15 22:39:54 rich Exp $ + * $Id: shlib.c,v 1.10 1994/12/23 22:30:51 nate Exp $ */ #include <sys/param.h> @@ -54,7 +54,7 @@ char *strsep(); * Standard directories to search for files specified by -l. */ #ifndef STANDARD_SEARCH_DIRS -#define STANDARD_SEARCH_DIRS "/usr/lib" +#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X11R6/lib", "/usr/local/lib" #endif /* |
