GC meaningless assignment.

MFC after:	3 days
This commit is contained in:
Maxim Sobolev 2002-02-04 10:23:23 +00:00
parent 7a396ef4d5
commit fc41545e4e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90171

View File

@ -204,7 +204,7 @@ char *argv[];
}
break;
case 0:
rval |= execl(*argv, *argv, (char *)NULL) != 0;
execl(*argv, *argv, (char *)NULL);
warn("%s", *argv);
_exit(1);
}