WARNS=2 fixes.

This commit is contained in:
Mark Murray 2001-12-11 22:52:36 +00:00
parent 7423f8b10b
commit 313750d480
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87686

View File

@ -516,7 +516,7 @@ main(argc, argv)
if (!oflag) {
if ((s = getenv("LIBDIR")) == NULL || strlen(s) == 0)
s = PATH_LINTLIB;
s = strdup(PATH_LINTLIB);
appcstrg(&libsrchpath, s);
findlibs(libs);
findlibs(deflibs);