summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/cf/make-proto.pl5
1 files changed, 2 insertions, 3 deletions
diff --git a/source4/heimdal/cf/make-proto.pl b/source4/heimdal/cf/make-proto.pl
index 6894dc143e..07b53f9a8c 100644
--- a/source4/heimdal/cf/make-proto.pl
+++ b/source4/heimdal/cf/make-proto.pl
@@ -1,8 +1,7 @@
# Make prototypes from .c files
# $Id$
-##use Getopt::Std;
-require 'getopts.pl';
+use Getopt::Std;
my $comment = 0;
my $if_0 = 0;
@@ -13,7 +12,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;