From 2c6b585f2de11d4facfe06b8e8db789d22955716 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 16 Dec 2003 03:34:23 +0000 Subject: more portability fixes. We now almost compile on solaris (This used to be commit f4abd20b8437703211676fb12ea23af8f0e4642a) --- source4/script/mkproto.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/script') diff --git a/source4/script/mkproto.pl b/source4/script/mkproto.pl index 66f2799147..dac64045ce 100644 --- a/source4/script/mkproto.pl +++ b/source4/script/mkproto.pl @@ -1,7 +1,9 @@ #!/usr/bin/perl use strict; -use warnings; + +# don't use warnings module as it is not portable enough +# use warnings; my $header_name = '_PROTO_H_'; -- cgit