From 8849655d24bf6d73102b92f900d6d78b6600dca2 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Thu, 8 Oct 1998 00:19:47 +0000 Subject: I agree. I think, though, that the best argument presented in the debate was from Paul Vixie, who wanted INET to be the name covering both IPV4 and IPV6. The following kit makes the needed changes: Tom Ivar Helbekkmo --- src/backend/utils/adt/mac.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/utils/adt/mac.c') diff --git a/src/backend/utils/adt/mac.c b/src/backend/utils/adt/mac.c index 6d33f148dc6..488f1dd11ae 100644 --- a/src/backend/utils/adt/mac.c +++ b/src/backend/utils/adt/mac.c @@ -1,7 +1,7 @@ /* * PostgreSQL type definitions for MAC addresses. * - * $Id: mac.c,v 1.3 1998/10/04 16:24:32 momjian Exp $ + * $Id: mac.c,v 1.4 1998/10/08 00:19:36 momjian Exp $ */ #include @@ -10,7 +10,7 @@ #include #include #include -#include +#include manufacturer manufacturers[] = { {0x00, 0x00, 0x0C, "Cisco"}, -- cgit v1.2.3