lockd: change nlmclnt_grant() to take a "struct sockaddr *"
[safe/jmp/linux-2.6] / scripts / checkpatch.pl
index 022ee55..bc67793 100755 (executable)
@@ -9,7 +9,7 @@ use strict;
 my $P = $0;
 $P =~ s@.*/@@g;
 
-my $V = '0.20';
+my $V = '0.21';
 
 use Getopt::Long qw(:config no_auto_abbrev);