From: Jarkko Hietaniemi Date: Tue, 9 Apr 2002 16:11:43 +0000 (+0000) Subject: Avoid bad prototypes. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=58a9dc44d5ea989919b2d665f6b3233ef90d6052;p=p5sagit%2Fp5-mst-13.2.git Avoid bad prototypes. p4raw-id: //depot/perl@15830 --- diff --git a/hints/hpux.sh b/hints/hpux.sh index 05f73d6..3392c77 100644 --- a/hints/hpux.sh +++ b/hints/hpux.sh @@ -485,6 +485,9 @@ EOM ccflags="$ccflags -DPTHREAD_H_FIRST" # First column on purpose. pthread_h_first="$define" + # Avoid the poisonous conflicting (and irrelevant) + # prototypes of setkey(). + i_crypt="$undef" # CMA redefines select to cma_select, and cma_select # expects int * instead of fd_set * (just like 9.X)