From: <pa...@us...> - 2003-10-10 16:37:00
|
Update of /cvsroot/fuse-emulator/fuse/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv22852/hacking Modified Files: ChangeLog Log Message: On Solaris, uname() returns 1 to indicate success. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/fuse/hacking/ChangeLog,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** ChangeLog 10 Oct 2003 11:03:44 -0000 1.48 --- ChangeLog 10 Oct 2003 16:36:56 -0000 1.49 *************** *** 266,267 **** --- 266,268 ---- 20031010 printer.c, settings.dat, ui/options.dat: add option to disable ZX (etc) printer. + 20031010 fuse.c: On Solaris, uname() returns 1 to indicate success. |