This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / gnu / usr.bin / ld / shlib.c
index 64e2efc..dcca01f 100644 (file)
@@ -1,5 +1,5 @@
 /*
 /*
- * $Id: shlib.c,v 1.2 1993/11/09 04:19:03 paul Exp $
+ * $Id: shlib.c,v 1.5 1993/12/04 00:53:02 jkh Exp $
  */
 
 #include <sys/param.h>
  */
 
 #include <sys/param.h>
 #include <sys/time.h>
 #include <fcntl.h>
 #include <string.h>
 #include <sys/time.h>
 #include <fcntl.h>
 #include <string.h>
+#include <ctype.h>
 #include <dirent.h>
 #include <a.out.h>
 
 #include "ld.h"
 
 #include <dirent.h>
 #include <a.out.h>
 
 #include "ld.h"
 
+#ifdef SUNOS4
+char   *strsep();
+#endif
+
 /*
  * Standard directories to search for files specified by -l.
  */
 #ifndef STANDARD_SEARCH_DIRS
 /*
  * Standard directories to search for files specified by -l.
  */
 #ifndef STANDARD_SEARCH_DIRS
-#define        STANDARD_SEARCH_DIRS    "/usr/lib", "/usr/local/lib"
+#define        STANDARD_SEARCH_DIRS    "/usr/lib", "/usr/X386/lib", "/usr/local/lib"
 #endif
 
 char *standard_search_dirs[] = {
 #endif
 
 char *standard_search_dirs[] = {