1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00

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

to use ulong use uint32 instead.
(This used to be commit 16dd94db1f)
This commit is contained in:
Luke Leighton 1999-10-05 21:35:17 +00:00
parent 65ce93d549
commit eb9268550f

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;