diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 18:07:35 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2009-05-19 18:07:35 +0200 |
commit | d01725cb2611f0142fa5b125cd4837d4bf83b480 (patch) | |
tree | fde686df72149f356ad56163246d6b1339247f41 /open_issues/blkrrpart_ioctl.mdwn | |
parent | 7bc2ca63c12dfebde2a427070b55045e08a3d016 (diff) | |
download | web-d01725cb2611f0142fa5b125cd4837d4bf83b480.tar.gz web-d01725cb2611f0142fa5b125cd4837d4bf83b480.tar.bz2 web-d01725cb2611f0142fa5b125cd4837d4bf83b480.zip |
Repair some wikilinks.
Diffstat (limited to 'open_issues/blkrrpart_ioctl.mdwn')
-rw-r--r-- | open_issues/blkrrpart_ioctl.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/open_issues/blkrrpart_ioctl.mdwn b/open_issues/blkrrpart_ioctl.mdwn index 6f6d7cbd..b3a91bfb 100644 --- a/open_issues/blkrrpart_ioctl.mdwn +++ b/open_issues/blkrrpart_ioctl.mdwn @@ -25,8 +25,8 @@ function, `libparted/arch/gnu.c (gnu_disk_commit)`, doesn't do anything at all. The infrastructure in [[GNU_Mach|microkernel/mach/gnumach]] is already there, `linux/src/drivers/block/ide.c (ide_ioctl) <BLKRRPART>` and `linux/src/drivers/scsi/sd_ioctl.c (sd_ioctl) <BLKRRPART>`, but the IOCTL needs -to be routed from `libparted` through [[glibc]]'s Hurd IOCTL interface, through -Hurd's [[hurd/libstore]], to [[GNU_Mach|microkernel/mach/gnumach]]. +to be routed from `libparted` through [[hurd/glibc]]'s Hurd IOCTL interface, +through Hurd's [[hurd/libstore]], to [[GNU_Mach|microkernel/mach/gnumach]]. This is not a huge project, and actually one that is suitable for someone who wants to start with hacking the system. |