diff options
author | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-28 00:22:10 +0000 |
commit | 7f3dea244c40159a41ab22da77a434d7c5b5e85a (patch) | |
tree | 0cf37f427c704496510156e28ccd8cd233f9d688 /sbin/fsdb/fsdb.h | |
parent | e6c8b48d908090e196f36bb181e0f8b5c7c80f1a (diff) | |
download | src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.tar.gz src-7f3dea244c40159a41ab22da77a434d7c5b5e85a.zip |
$Id$ -> $FreeBSD$
Notes
Notes:
svn path=/head/; revision=50476
Diffstat (limited to 'sbin/fsdb/fsdb.h')
-rw-r--r-- | sbin/fsdb/fsdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsdb/fsdb.h b/sbin/fsdb/fsdb.h index b7c30576d9b6..a7fd5c41d31d 100644 --- a/sbin/fsdb/fsdb.h +++ b/sbin/fsdb/fsdb.h @@ -27,7 +27,7 @@ * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. * - * $Id: fsdb.h,v 1.2 1997/03/13 12:44:52 peter Exp $ + * $FreeBSD$ */ extern int bread __P((int fd, char *buf, daddr_t blk, long size)); |