diff options
author | 2006-09-23 00:54:15 +0000 | |
---|---|---|
committer | 2006-09-23 00:54:15 +0000 | |
commit | aab8a2a2db9d5dea95ad0fec772f829a5451a2a9 (patch) | |
tree | 35995f606bb0dd7f3a1605b713e4a2dd5599ef7f | |
parent | missed B_GATHERED bits removal (diff) | |
download | wireguard-openbsd-aab8a2a2db9d5dea95ad0fec772f829a5451a2a9.tar.xz wireguard-openbsd-aab8a2a2db9d5dea95ad0fec772f829a5451a2a9.zip |
typo, remove reference to lfs
-rw-r--r-- | sys/isofs/cd9660/TODO.hibler | 4 |
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. |