undo-flexelint-damage-20040101
authorDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 05:56:25 +0000 (05:56 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 1 Jan 2004 05:56:25 +0000 (05:56 +0000)
unfortunately the problem with making flexelint happy is that irix's cc
becomes sad.

src/ubik/udebug.c

index 52be681..2499ff7 100644 (file)
@@ -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)
 {