Skip to content

Commit 33c4072

Browse files
committed
INET/CIDR cleanup from D'Arcy.
1 parent 002657f commit 33c4072

File tree

6 files changed

+558
-60
lines changed

6 files changed

+558
-60
lines changed

src/backend/utils/adt/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Makefile for utils/adt
55
#
66
# IDENTIFICATION
7-
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.19 1998/10/08 00:19:33 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/backend/utils/adt/Makefile,v 1.20 1998/10/22 20:40:44 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -24,7 +24,7 @@ OBJS = acl.o arrayfuncs.o arrayutils.o bool.o cash.o char.o chunk.o \
2424
oid.o oracle_compat.o \
2525
regexp.o regproc.o ruleutils.o selfuncs.o sets.o \
2626
tid.o timestamp.o varchar.o varlena.o version.o \
27-
inet.o mac.o inet_net_ntop.o inet_net_pton.o
27+
network.o mac.o inet_net_ntop.o inet_net_pton.o
2828

2929
all: SUBSYS.o
3030

0 commit comments

Comments
 (0)