From: Jarkko Hietaniemi Date: Fri, 22 Jun 2001 19:50:15 +0000 (+0000) Subject: MPE/iX prototype nits from Mark Bixby. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=82b3da69da0db51b5d54622b7abbb40f4da89f73;p=p5sagit%2Fp5-mst-13.2.git MPE/iX prototype nits from Mark Bixby. p4raw-id: //depot/perl@10830 --- diff --git a/pp_sys.c b/pp_sys.c index b95875b..337ab19 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -2310,8 +2310,8 @@ PP(pp_bind) dSP; #ifdef HAS_SOCKET #ifdef MPE /* Requires PRIV mode to bind() to ports < 1024 */ - extern GETPRIVMODE(); - extern GETUSERMODE(); + extern void GETPRIVMODE(); + extern void GETUSERMODE(); #endif SV *addrsv = POPs; char *addr;