From e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 21 Sep 1998 09:07:08 +0000 Subject: major autoconf clean-up fix problems in builds with srcdir!=builddir (This used to be commit 1ffc3b807a3f80644c974b454ff5e6f68e89b546) --- source3/lib/dummy.in | 1 + source3/lib/netmask.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source3/lib') diff --git a/source3/lib/dummy.in b/source3/lib/dummy.in index e69de29bb2..8b13789179 100644 --- a/source3/lib/dummy.in +++ b/source3/lib/dummy.in @@ -0,0 +1 @@ + diff --git a/source3/lib/netmask.c b/source3/lib/netmask.c index bc7412e63f..d9bc06c47a 100644 --- a/source3/lib/netmask.c +++ b/source3/lib/netmask.c @@ -314,6 +314,7 @@ this one is for AIX } #else /* a dummy version */ +struct in_addr; /* it may not have been declared before */ int get_netmask(struct in_addr *ipaddr, struct in_addr *nmask) { return -1; -- cgit