mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-09 13:02:01 +03:00
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy
version.
This commit is contained in:
parent
4d7182a39f
commit
89eb1e232b
@ -1,3 +1,8 @@
|
||||
2005-11-11 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* samba/lib/netmask.c: Add get_netmask() prototype for the dummy
|
||||
version.
|
||||
|
||||
2005-11-10 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* samba/lib/util_sock.c: Fix warnings on 64-bit systems.
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user