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 | e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f (patch) | |
tree | 3b03a3bd0f02edd79b2e82d91977ba288a4aa1d9 /source3/lib | |
parent | 81babe9b0def6dcddeb811b0d9f1e8ff1bac3bd2 (diff) | |
download | samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.gz samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.tar.bz2 samba-e649750cb4d2d2577f0577b1d7a87ae4daf8fb6f.zip |
major autoconf clean-up
fix problems in builds with srcdir!=builddir
(This used to be commit 1ffc3b807a3f80644c974b454ff5e6f68e89b546)
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/dummy.in | 1 | ||||
-rw-r--r-- | source3/lib/netmask.c | 1 |
2 files changed, 2 insertions, 0 deletions
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; |