diff options
Diffstat (limited to 'src/include/utils/inet.h')
-rw-r--r-- | src/include/utils/inet.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/utils/inet.h b/src/include/utils/inet.h index 03b8ee4b7ed..ad6215d7726 100644 --- a/src/include/utils/inet.h +++ b/src/include/utils/inet.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.21 2006/01/23 21:45:47 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/inet.h,v 1.22 2006/01/26 02:35:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,6 @@ typedef struct { unsigned char family; /* PGSQL_AF_INET or PGSQL_AF_INET6 */ unsigned char bits; /* number of bits in netmask */ - bool is_cidr; /* is cidr? */ unsigned char ipaddr[16]; /* up to 128 bits of address */ } inet_struct; |