[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Firestorm: pb compile new 053 (fagrouter.c)



Hi,

I use firestorm on freebsd48release,

I have a pb :

bash-2.05b$ make
Making all in src
Making all in doc
Making all in capdev_plugins
source='fagrouter.c' object='fagrouter.lo' libtool=yes
depfile='.deps/fagrouter.Plo' tmpdepfile='.deps/fagrouter.TPlo'
depmode=gcc /usr/local/bin/bash ../depcomp  /usr/local/bin/bash
../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../include
-I../include -D__PLUGIN__ -I/usr/include/pcap
-I/usr/local/include/pcap    -g -O2 -pipe -c -o fagrouter.lo `test -f
'fagrouter.c' || echo './'`fagrouter.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -D__PLUGIN__
-I/usr/include/pcap -I/usr/local/include/pcap -g -O2 -pipe -c
fagrouter.c -Wp,-MD,.deps/fagrouter.TPlo  -fPIC -DPIC -o fagrouter.lo
fagrouter.c: In function `firestorm_plugin_init2':
fagrouter.c:506: too few arguments to function `time'
*** Error code 1


look capdev_plugins/fagrouter.c:506 :
        srand(time() ^ getpid());

If I comment this new line on 053 version, firestorm compiled ...

Regard.