From 754d8a94accd046499d433ed512ed9a21fb277cb Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 1 Jan 2004 05:56:25 +0000 Subject: [PATCH 1/1] undo-flexelint-damage-20040101 unfortunately the problem with making flexelint happy is that irix's cc becomes sad. --- src/ubik/udebug.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ubik/udebug.c b/src/ubik/udebug.c index 52be681..2499ff7 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) { -- 1.9.4