#include
Herbert Xu wrote on Thu Aug 09, 2001 um 07:33:53AM:
> >> fs-type. I suggest to drop msdos support from the kernel (or compile as
> >> module, since sometimes needed) and use vfat instead:
>
> > Indeed an interesting request. Herbert, any comments?
>
> I'm happy to do it if that's wha
Adam Di Carlo <[EMAIL PROTECTED]> wrote:
>> This may be interessting for Herbert Xu too. Why do we use "msdos" as
>> the default DOS-like filesystem in the kernel? It doesn't support long
>> filenames, and when built-in, it is used first while auto-detecting
>> fs-type. I suggest to drop msdos su
#include
Marcin Owsiany wrote on Wed Aug 08, 2001 um 10:16:26PM:
> > No, it returns -1 for error, 1 for match, and 0 for no match.
>
> No, Eduard was right
Wrong.
> DESCRIPTION
>The strcmp() function compares the two strings s1 and s2.
Yes, but I did not have a closer look at is_f
On Wed, Aug 08, 2001 at 11:09:52AM -0400, Adam Di Carlo wrote:
>
> No, it returns -1 for error, 1 for match, and 0 for no match.
No, Eduard was right
DESCRIPTION
The strcmp() function compares the two strings s1 and s2.
It returns an integer less than, equal to, or greater than
#include
Adam Di Carlo wrote on Tue Aug 07, 2001 um 11:31:52AM:
> boot-floppies (3.0.9) unstable; urgency=low
>
In addition, some thinks I would like to change (some extracted changes
from my ext3 BF set):
Why this '[^a-zA-Z]'? This make the script ignore my "-Custom*" version
of the kernel:
On Wed, Aug 08, 2001 at 10:27:00AM +0100, Richard Hirst wrote:
>
> Oh, it is already there as #106062, thanks to Herbert.
Actually it was Anthony who filed the bug report.
--
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: htt
On Wed, Aug 08, 2001 at 10:17:31AM +0100, Richard Hirst wrote:
> On Wed, Aug 08, 2001 at 07:49:26AM +1000, Herbert Xu wrote:
> > Matt Kraai <[EMAIL PROTECTED]> wrote:
> >
> > > local: 3: bad variable name
> >
> > Sounds like a problem with missing quotes, e.g.,
> >
> > local f=$(echo a b)
> >
On Wed, Aug 08, 2001 at 07:49:26AM +1000, Herbert Xu wrote:
> Matt Kraai <[EMAIL PROTECTED]> wrote:
>
> > local: 3: bad variable name
>
> Sounds like a problem with missing quotes, e.g.,
>
> local f=$(echo a b)
>
> instead of
>
> local f="$(echo a b)"
Yeah, debootstrap bug referenced on bug
Matt Kraai <[EMAIL PROTECTED]> wrote:
> local: 3: bad variable name
Sounds like a problem with missing quotes, e.g.,
local f=$(echo a b)
instead of
local f="$(echo a b)"
--
Debian GNU/Linux 2.2 is out! ( http://www.debian.org/ )
Email: Herbert Xu ~{PmV>HI~} <[EMAIL PROTECTED]>
Home Page: ht
9 matches
Mail list logo