[Prev][Next][Index][Thread]
Re: Linux ext2 filesystem (fwd)
If anybody want to apply the patch which
was posted this morning (for my time zone of course)
Lbs has mailed me an additionnal patch.
-- Yves Martin --- Elève-ingénieur ENSIMAG - 3e année ---
Adr : R.H.B. Ch. 765 Yves.Martin@ensimag.imag.fr
2 av. J. O. GRENOBLE Tél: 04 76 44 20 01
---------------------------- ICQ: 53379907 --------------
---------- Forwarded message ----------
Date: Wed, 17 May 2000 06:43:22 -0700
From: Leigh Stoller <stoller@fast.cs.utah.edu>
To: Yves Martin <ymartin@ensisun.imag.fr>
Subject: Re: Linux ext2 filesystem
> From: Yves Martin <ymartin@ensisun.imag.fr>
> Subject: Re: Linux ext2 filesystem
>
> After building and installing OSKit 20000505
> with patch, a little linking problem for my
> example code.
> I just had 'void FDEV_LINUX_floppy_eject(void) {}'
> to test ...
Oops, I left in something that I was not supposed to! Apply this tiny
patch:
Index: linux/fs/glue.c
===================================================================
RCS file: /usr/lsrc/flux/CVS/oskit/linux/fs/glue.c,v
retrieving revision 1.9
diff -c -r1.9 glue.c
*** glue.c 2000/05/16 21:15:16 1.9
--- glue.c 2000/05/17 13:38:36
***************
*** 224,230 ****
(void)console_getchar();
}
- #if 0
void
floppy_eject(void)
{
--- 224,229 ----
***************
*** 232,235 ****
wait_for_keypress();
printk("Thanks!\n");
}
- #endif
--- 231,233 ----