diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
| commit | 365c5db0a711e2e0a0c08a5c1e30f7849feab58c (patch) | |
| tree | 57a710bbae8d5e2b92a865387b54fc6514937299 /sys/isofs | |
| parent | af3ff17a453393dae34e183b6346c01e5c7e79a1 (diff) | |
Notes
Diffstat (limited to 'sys/isofs')
| -rw-r--r-- | sys/isofs/cd9660/TODO.hibler | 2 | ||||
| -rw-r--r-- | sys/isofs/cd9660/cd9660_mount.h | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/isofs/cd9660/TODO.hibler b/sys/isofs/cd9660/TODO.hibler index 660b268cb6430..90c96f6332bad 100644 --- a/sys/isofs/cd9660/TODO.hibler +++ b/sys/isofs/cd9660/TODO.hibler @@ -1,3 +1,5 @@ +$FreeBSD$ + 1. Investiate making ISOFS another UFS shared filesystem (ala FFS/MFS/LFS). Since it was modelled after the inode code, we might be able to merge them back. It looks like a seperate (but very similar) lookup routine diff --git a/sys/isofs/cd9660/cd9660_mount.h b/sys/isofs/cd9660/cd9660_mount.h index d42adcd22b917..5263912d52915 100644 --- a/sys/isofs/cd9660/cd9660_mount.h +++ b/sys/isofs/cd9660/cd9660_mount.h @@ -36,6 +36,7 @@ * SUCH DAMAGE. * * @(#)cd9660_mount.h 8.1 (Berkeley) 5/24/95 + * $FreeBSD$ */ /* |
