1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-08 05:57:51 +03:00

David van Geyn spotted that ulong is not defined on FREEBSD, not supposed

to use ulong use uint32 instead.
This commit is contained in:
Luke Leighton -
parent 39c367b8e9
commit 16dd94db1f

View File

@ -96,7 +96,7 @@ static BOOL open_sockets_inetd(void)
/****************************************************************************
open and listen to a socket
****************************************************************************/
static int open_server_socket(int port, ulong ipaddr)
static int open_server_socket(int port, uint32 ipaddr)
{
int s;