[Heimdal-source-changes] [Heimdal] branch master updated. heimdal-1.5pre2-736-g8fb0c01

lha at h5l.org lha at h5l.org
Sön Sep 23 19:43:47 CEST 2012


The branch master has been updated
       via 8fb0c01 use Getopt::Std, patch original from Leonardo <rnalrd at gmail.com>, updated by me
      from 846f6e0 always produce a signature that is the size of the modulus

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------

commit 8fb0c019ec28e06389bde434f4a058d533b226bb
Author: Love Hornquist Astrand <lha at h5l.org>
Date:   Sun Sep 23 10:41:34 2012 -0700

    use Getopt::Std, patch original from Leonardo <rnalrd at gmail.com>, updated by me

8fb0c019ec28e06389bde434f4a058d533b226bb
diff --git a/cf/make-proto.pl b/cf/make-proto.pl
index 055bc4e..bf83e4c 100644
--- a/cf/make-proto.pl
+++ b/cf/make-proto.pl
@@ -1,8 +1,7 @@
 # Make prototypes from .c files
 # $Id$
 
-##use Getopt::Std;
-require 'getopts.pl';
+use Getopt::Std;
 use File::Compare;
 
 my $comment = 0;
@@ -14,7 +13,7 @@ my $oproto = 1;
 my $private_func_re = "^_";
 my %depfunction = ();
 
-Getopts('x:m:o:p:dqE:R:P:') || die "foo";
+getopts('x:m:o:p:dqE:R:P:') || die "foo";
 
 if($opt_d) {
     $debug = 1;

-----------------------------------------------------------------------

Summary of changes:
 cf/make-proto.pl |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)


More information about the Heimdal-source-changes mailing list