From: Don Armstrong Date: Sat, 11 Nov 2006 08:50:43 +0000 (-0800) Subject: * remove the rest of the lock detrius and id from errorlib.in X-Git-Tag: release/2.6.0~585^2^2~76 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=4681bf225efe31f32cb1b81a6a4ba8a1aac80de4;p=debbugs.git * remove the rest of the lock detrius and id from errorlib.in --- diff --git a/scripts/errorlib.in b/scripts/errorlib.in index e0e70e7d..79e306d4 100755 --- a/scripts/errorlib.in +++ b/scripts/errorlib.in @@ -1,5 +1,4 @@ # -*- perl -*- -# $Id: errorlib.in,v 1.52 2005/10/06 03:46:13 ajt Exp $ use Mail::Address; use Debbugs::MIME qw(decode_rfc1522 encode_rfc1522); @@ -7,9 +6,6 @@ use Debbugs::Packages qw(:all); use Debbugs::Common qw(:all); use Debbugs::Status qw(:all); -sub F_SETLK { 6; } sub F_WRLCK{ 1; } -$flockstruct= 'sslll'; # And there ought to be something for this too. - sub unlockreadbugmerge { local ($rv) = @_; &unfilelock if $rv >= 2;