Samba pre-2.0.7 snapshot available.

Andy Bakun abakun at reac.com
Wed Feb 2 18:47:10 GMT 2000


When compiling pre2.0.7 on my O2.

# uname -a
IRIX velma 6.5 05190004 IP32 mips
# gcc --version
2.8.1

# ./configure --with-utmp
blah blah...
# gmake
blah...
Compiling smbd/connection.c
smbd/connection.c:381: conflicting types for `utmp_yield'
smbd/connection.c:30: previous declaration of `utmp_yield'

30: static void utmp_yield(pid_t pid, const connection_struct *conn, int i);
381: static void utmp_yield(int pid, const connection_struct *conn, int i)

Changing the type of the first arg in 381 to pid_t fixes it.

More to come (let's hope not!) as I get further along.

> I have made a tarball snapshot of Samba pre-2.0.7
> available at :
>
>
> ftp://ftp.samba.org/pub/samba/alpha/samba-2.0.7pre1.tar.gz
>



More information about the samba-technical mailing list