From 89eb1e232b024a577db9e8a0d10ec1cf5a093f94 Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Fri, 11 Nov 2005 06:19:08 +0000 Subject: [PATCH] * samba/lib/netmask.c: Add get_netmask() prototype for the dummy version. --- vfs/ChangeLog | 5 +++++ vfs/samba/lib/netmask.c | 1 + 2 files changed, 6 insertions(+) diff --git a/vfs/ChangeLog b/vfs/ChangeLog index e428f14fa..61dd36b2c 100644 --- a/vfs/ChangeLog +++ b/vfs/ChangeLog @@ -1,3 +1,8 @@ +2005-11-11 Pavel Roskin + + * samba/lib/netmask.c: Add get_netmask() prototype for the dummy + version. + 2005-11-10 Pavel Roskin * samba/lib/util_sock.c: Fix warnings on 64-bit systems. diff --git a/vfs/samba/lib/netmask.c b/vfs/samba/lib/netmask.c index dc9dfe9f3..f94380346 100644 --- a/vfs/samba/lib/netmask.c +++ b/vfs/samba/lib/netmask.c @@ -330,6 +330,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); int get_netmask(struct in_addr *ipaddr, struct in_addr *nmask) { return -1;