diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-09-21 09:07:08 +0000 |
commit | 1ffc3b807a3f80644c974b454ff5e6f68e89b546 (patch) | |
tree | 46c42094421e71388dd6829ac825f1698b486347 /source/lib | |
parent | 23484508a86a59a71e54a1bcac3766ec3858142a (diff) | |
download | samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.tar.gz samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.tar.xz samba-1ffc3b807a3f80644c974b454ff5e6f68e89b546.zip |
major autoconf clean-up
fix problems in builds with srcdir!=builddir
Diffstat (limited to 'source/lib')
-rw-r--r-- | source/lib/dummy.in | 1 | ||||
-rw-r--r-- | source/lib/netmask.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source/lib/dummy.in b/source/lib/dummy.in index e69de29bb2d..8b137891791 100644 --- a/source/lib/dummy.in +++ b/source/lib/dummy.in @@ -0,0 +1 @@ + diff --git a/source/lib/netmask.c b/source/lib/netmask.c index bc7412e63f4..d9bc06c47a9 100644 --- a/source/lib/netmask.c +++ b/source/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; |