Stop trying to remove core dumps.
authorGeorge Koehler <xkernigh@netscape.net>
Tue, 15 Nov 2016 16:58:13 +0000 (11:58 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Tue, 15 Nov 2016 16:58:13 +0000 (11:58 -0500)
commit486c5162422f0f89aa3b89a91c4cc849bede0fe4
tree08fa3d3639d82bcd7faf2e0ecf74cba7fa189b9d
parent07b04c64c8d8c4db0365763aa9be1696fc47cdd5
Stop trying to remove core dumps.

unlink("core") doesn't work with OpenBSD, where core dumps have names
like "ncg.core".  Users who don't want core dumps can turn them off
with "ulimit -c 0" in sh(1).  Then the system doesn't write a core
dump.  That's better than writing core then unlinking it.
util/ack/ack.1.X
util/ack/run.c