]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Prevent the wrapper from looping on itself forever, when there
authorthomas <thomas@FreeBSD.org>
Tue, 10 Sep 2002 13:56:30 +0000 (13:56 +0000)
committerthomas <thomas@FreeBSD.org>
Tue, 10 Sep 2002 13:56:30 +0000 (13:56 +0000)
commitcf69565b5f5f60354e70b2fb8009da43de22c1ff
treec301ddbabb42d1f6132bd12504cfdbd48c74d6c8
parent0cf07ebe50d925cb964b61f9d401ebc3f6cfba4e
Prevent the wrapper from looping on itself forever, when there
is a symbolic link in the PATH pointing back to /usr/bin/perl.

Change WARNS from 6 to 5 to account for the fact that sys/time.h,
included from sys/stat.h, produces a warning when compiled with
-pedantic.

PR: bin/42418
Reviewed by: roberto
usr.bin/perl/Makefile
usr.bin/perl/perl.c