Re: [Fspclient-users] Re: [Fsp-users] FSP client 0.90.0 released
FSP command line client with FTP like interface
Brought to you by:
hsn
From: Radim K. SF.N. <hs...@se...> - 2005-02-28 17:44:24
|
> a) Do we check anywhere if /dev/urandom exists? > (same applys to fsp code base) no. code should fallback to getpid() for random generator seeding. > b) Is the scons stuff working? Should it be used for package building? scons works for compiling okay, tarballs are build from `gmake dist` > c) The big version shift from 0.0.10 to 0.90.0 was Intention? yes. mainly for public relations. > d) bsd/ls.c makes use of getopt.h which makes it a little bit problematic > on those old Unix versions only providing getopt() from stdio.h. Do we > need a special getopt() from a getopt.h? ATM I don't think so but I mentioned > before that my C knowledge is very limited. freebsd have getopt in unistd.h. Okay i will drop getopt.h. |