$NetBSD: patch-aa,v 1.2 2009/03/15 16:15:58 jmcneill Exp $ --- gtop/gtop.c.orig 2009-03-14 15:10:43.000000000 -0400 +++ gtop/gtop.c @@ -48,6 +48,13 @@ #include #include +#ifndef INET_ADDRSTRLEN +#define INET_ADDRSTRLEN 16 +#endif + +#ifndef INET6_ADDRSTRLEN +#define INET6_ADDRSTRLEN 46 +#endif typedef struct {