]> mj.ucw.cz Git - libucw.git/commit
The is_temp_file variable was originally a good idea, but it made
authorMartin Mares <mj@ucw.cz>
Mon, 30 Sep 2002 15:10:43 +0000 (15:10 +0000)
committerMartin Mares <mj@ucw.cz>
Mon, 30 Sep 2002 15:10:43 +0000 (15:10 +0000)
commite38455f76749ff06f64649871ed5e33302389948
treee15404f367ea28f6ee165fd35e372e3b6b8fd109
parent9b2d0bbed694a76120ff1315060cdc587c38f18a
The is_temp_file variable was originally a good idea, but it made
different fb back-ends giving the same interface almost impossible.

I've replaced it with bconfig() which is a universal interface for
altering various fb settings. It's somewhat ioctl()-ish, but I hope
it won't hurt.
lib/fastbuf.c
lib/fastbuf.h
lib/fb-file.c
lib/fb-mmap.c
lib/fb-temp.c
lib/sorter.h