From: Derrick Brashear Date: Thu, 1 Jan 2004 05:56:25 +0000 (+0000) Subject: undo-flexelint-damage-20040101 X-Git-Tag: openafs-devel-1_3_60~116 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=754d8a94accd046499d433ed512ed9a21fb277cb;p=packages%2Fo%2Fopenafs.git undo-flexelint-damage-20040101 unfortunately the problem with making flexelint happy is that irix's cc becomes sad. --- diff --git a/src/ubik/udebug.c b/src/ubik/udebug.c index 52be68112..2499ff7b6 100644 --- a/src/ubik/udebug.c +++ b/src/ubik/udebug.c @@ -45,6 +45,9 @@ RCSID #include "ubik.h" #include "ubik_int.h" +/* needed by Irix. Include a header to get it, or leave it alone. */ +extern struct hostent *hostutil_GetHostByName(); + static short PortNumber(register char *aport) {