aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/adt/mac.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-10-08 00:19:47 +0000
committerBruce Momjian <bruce@momjian.us>1998-10-08 00:19:47 +0000
commit8849655d24bf6d73102b92f900d6d78b6600dca2 (patch)
treeb8d68fb746e2c9fff2b497610d3d4b3dd1fd2b42 /src/backend/utils/adt/mac.c
parentac5a8b9ab578843fc04b940fcb5562063ff9b5c7 (diff)
downloadpostgresql-8849655d24bf6d73102b92f900d6d78b6600dca2.tar.gz
postgresql-8849655d24bf6d73102b92f900d6d78b6600dca2.zip
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
Diffstat (limited to 'src/backend/utils/adt/mac.c')
-rw-r--r--src/backend/utils/adt/mac.c4
1 files changed, 2 insertions, 2 deletions
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 <stdio.h>
@@ -10,7 +10,7 @@
#include <postgres.h>
#include <utils/palloc.h>
#include <utils/builtins.h>
-#include <utils/mac.h>
+#include <utils/network.h>
manufacturer manufacturers[] = {
{0x00, 0x00, 0x0C, "Cisco"},