David van Geyn spotted that ulong is not defined on FREEBSD, not supposed
authorLuke Leighton <lkcl@samba.org>
Tue, 5 Oct 1999 21:35:17 +0000 (21:35 +0000)
committerLuke Leighton <lkcl@samba.org>
Tue, 5 Oct 1999 21:35:17 +0000 (21:35 +0000)
to use ulong use uint32 instead.

source/smbd/server.c

index 9d006fd176bcd48078d270aa717d79e41b49e290..c59e189a9dbe72f978a62f72b1d675ee5d1b69b2 100644 (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;