Ignore:
Timestamp:
Jun 9, 2016, 2:17:22 PM (9 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: apply latest security patches to vendor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/heimdal/cf/make-proto.pl

    r917 r919  
    22# $Id$
    33
    4 ##use Getopt::Std;
    5 require 'getopts.pl';
     4use Getopt::Std;
     5#require 'getopts.pl';
    66
    77my $comment = 0;
     
    1313my $private_func_re = "^_";
    1414
    15 Getopts('x:m:o:p:dqE:R:P:') || die "foo";
     15getopts('x:m:o:p:dqE:R:P:') || die "foo";
    1616
    1717if($opt_d) {
Note: See TracChangeset for help on using the changeset viewer.