1. (configure.in) -- will test and commit.
2. (sessions.c) -- will test and commit. Looks reasonable. Odd, but reasonable.
discussed a bit on misc@ "They are purposely different, so that a bpf_timeval is portable between systems. Otherwise, 64-bit and 32-bit systems make incompatible files."
done. attached file.4. (make install) -- you should be able to set LN_S in configureextra/openbsd. It shouldn't be necessary, as the files are supposedly deleted first, but LN_S="ln -sf' or some such should work.
Regards
Julien
Index: configureextra/OPENBSD =================================================================== RCS file: /export/home/ntop/ntop/configureextra/OPENBSD,v retrieving revision 1.1 diff -U3 -r1.1 OPENBSD --- configureextra/OPENBSD 11 Dec 2003 00:04:40 -0000 1.1 +++ configureextra/OPENBSD 25 Jan 2004 18:59:05 -0000 @@ -4,5 +4,8 @@ SO_VERSION_PATCH=.0.0 # This is probably not right, but we can't seem to settle on what IS right... -MAKE_SHARED_LIBRARY_PARM="-bundle -flat_namespace -undefined suppress" +MAKE_SHARED_LIBRARY_PARM="-shared" + +# at `gmake install`, without this, install fails in plugins/Makefile +LN_S="ln -sf"
