summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2006-09-23 00:54:16 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2006-09-23 00:54:16 +0000
commitfa17f2b756badf848515006773a822cc24eceb49 (patch)
tree095a4d0ee1ba29ec9d41112e197acf77144c9826 /sys
parent305edaa39b43e3e2ecfffd78052c8ac08532a14f (diff)
typo, remove reference to lfs
Diffstat (limited to 'sys')
-rw-r--r--sys/isofs/cd9660/TODO.hibler4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler
index a6ff6f7a67f..5c44d04840f 100644
--- a/sys/isofs/cd9660/TODO.hibler
+++ b/sys/isofs/cd9660/TODO.hibler
@@ -1,7 +1,7 @@
-# $OpenBSD: TODO.hibler,v 1.4 2003/01/05 22:41:36 deraadt Exp $
+# $OpenBSD: TODO.hibler,v 1.5 2006/09/23 00:54:15 pedro Exp $
# $NetBSD: TODO.hibler,v 1.6 1994/12/13 22:33:10 mycroft Exp $
-1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS).
+1. Investigate making ISOFS another UFS shared filesystem (ala FFS/MFS).
Since it was modelled after the inode code, we might be able to merge
them back. It looks like a separate (but very similar) lookup routine
will be needed due to the associated file stuff.