search for: browse_host

Displaying 6 results from an estimated 6 matches for "browse_host".

1998 May 13
1
Compiling warnings in 1.9.18p7
...arg 4 of `qsort' from incompatible pointer type Compiling nmbd_incomingrequests.c nmbd_incomingrequests.c: In function `process_node_status_request': nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from incompatible pointer type Compiling client.c client.c: In function `browse_host': client.c:2972: warning: passing arg 4 of `qsort' from incompatible pointer type Is there still a problem with this release ? ==================================================== Gaetan Boudreau, ing/P.Eng. Administrateur de reseau/Network Administrator IRCM (Insti...
1998 May 13
0
Compile problems, 19p7
...arg 4 of `qsort' from incompatible pointer type Compiling nmbd_incomingrequests.c nmbd_incomingrequests.c: In function `process_node_status_request': nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from incompatible pointer type Compiling client.c client.c: In function `browse_host': client.c:2972: warning: passing arg 4 of `qsort' from incompatible pointer type The compile keeps running and otherwise runs fine; this is the first time that I've had any kind of warnings using gcc (18p4 compiled fine with gcc 2.8.1). Should I worry about this? I'd think that...
1998 May 13
0
Compiling warnings in 1.9.18p7 (PR#7036)
...ing nmbd_incomingrequests.c > > nmbd_incomingrequests.c: In function `process_node_status_request': > > nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from > > incompatible pointer type > > > > Compiling client.c > > client.c: In function `browse_host': > > client.c:2972: warning: passing arg 4 of `qsort' from incompatible pointer > > type > > > > Is there still a problem with this release ? > > Yes it's a non-issue. We missed one QSORT_CAST define in includes.h for Solaris. It is just a warning and can...
1998 May 13
1
Compile problems, 19p7 (PR#7048)
...r > type > > Compiling nmbd_incomingrequests.c > nmbd_incomingrequests.c: In function `process_node_status_request': > nmbd_incomingrequests.c:380: warning: passing arg 4 of `qsort' from > incompatible pointer type > > Compiling client.c > client.c: In function `browse_host': > client.c:2972: warning: passing arg 4 of `qsort' from incompatible pointer > type > > The compile keeps running and otherwise runs fine; this is the > first time that I've had any kind of warnings using gcc (18p4 compiled > fine with gcc 2.8.1). >...
2003 Oct 26
0
Patches for samba 3.0.0 client/client.c
...main=[%s] OS=[%s] Server=[%s]\n", + cli->server_domain,cli->server_os,cli->server_type); + } else if (*cli->server_os || *cli->server_type){ + printf("OS=[%s] Server=[%s]\n", + cli->server_os,cli->server_type); + } + browse_host(True); + /* if (port != 139) { - - /* Workgroups simply don't make sense over anything - else but port 139... */ + + ==== Seems not true ???? ==== + Workgroups simply don't make sense over anything + else but port 139... cli_shutdow...
1998 May 22
1
HP-UX 9.05: stropts.h: No such file or directory
I just tried to build samba-1.9.18p7 (using gcc ver-2.7.2.1) on a HP 9000/700 running HP-UX ver. 9.05, and I got this error message: Using CFLAGS = -O -DSMBLOGFILE="/usr/local/samba/var/log.smb" -DNMBLOGFILE="/usr /local/samba/var/log.nmb" -DCONFIGFILE="/usr/local/samba/lib/smb.conf" -DLMHOSTS FILE="/usr/local/samba/lib/lmhosts"