2.2.16-22 (RedHat 7.0) fs problem

2000-11-28 Thread Vladislav Malyshkin
when doing mount/umount of a MSDOS floppy on 2.2.16-22 I often get /var/log/messages.1:Nov 25 21:02:18 localhost kernel: set_blocksize: dev 02:00 buffer_dirty 19 size 512 /var/log/messages.2:Nov 16 18:19:05 localhost kernel: set_blocksize: dev 02:00 buffer_dirty 19 size 512 Is this harmless or s

Re: test10-pre7

2000-10-31 Thread Vladislav Malyshkin
Hi, Peter, You can easily remove duplicates in object files without sorting. You can just use a shell written function. This is an example of such function (bash written). It removes the duplicates from the argument and prints the result to stdout. No sorting used. # This function removes duplica

Re: test10-pre7

2000-10-31 Thread Vladislav Malyshkin
written entirely in make. Vladislav Peter Samuelson wrote: > [Vladislav Malyshkin <[EMAIL PROTECTED]>] > > You can easily remove duplicates in object files without sorting. > > You can just use a shell written function. > > This is true. That was something I forgot to me

Re: test10-pre7

2000-11-03 Thread Vladislav Malyshkin
Hi, Peter > [Vladislav Malyshkin <[EMAIL PROTECTED]>] > > Also, the function remove_duplicates can be written using make rules > > and functions. Using functions "foreach" "if" from make and > > comparison you can easily build a function r