diff options
author | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2000-05-01 20:32:07 +0000 |
commit | 22f6069a2a8af11f8aa10169d84af27a04cdd774 (patch) | |
tree | 9806812b133c7cf4cda877bbda7c9d44da03bc03 /sys/isofs | |
parent | 3a10214cfb2164999292268e78e3f42832552149 (diff) | |
download | FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.zip FreeBSD-src-22f6069a2a8af11f8aa10169d84af27a04cdd774.tar.gz |
Add $FreeBSD$
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 660b268..90c96f6 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 d42adcd..5263912 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$ */ /* |