diff options
| author | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-09 02:29:31 +0000 |
|---|---|---|
| committer | Rodney W. Grimes <rgrimes@FreeBSD.org> | 1994-02-09 02:29:31 +0000 |
| commit | 825079654d98aa17f447af9a49af0f5682d883ca (patch) | |
| tree | a1fe21ec5e341fa15134938036ea75215ec589c8 /libexec | |
| parent | 9f808f21bf4b8f20c8fb227dccc47319156af0ca (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 dcca01f97c55..0bfc373ad33f 100644 --- a/libexec/rtld-aout/shlib.c +++ b/libexec/rtld-aout/shlib.c @@ -1,5 +1,5 @@ /* - * $Id: shlib.c,v 1.5 1993/12/04 00:53:02 jkh Exp $ + * $Id: shlib.c,v 1.6 1993/12/11 11:58:29 jkh Exp $ */ #include <sys/param.h> @@ -25,7 +25,7 @@ char *strsep(); * Standard directories to search for files specified by -l. */ #ifndef STANDARD_SEARCH_DIRS -#define STANDARD_SEARCH_DIRS "/usr/lib", "/usr/X386/lib", "/usr/local/lib" +#define STANDARD_SEARCH_DIRS "/usr/lib" #endif char *standard_search_dirs[] = { |
