diff options
author | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:28:28 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2005-01-07 02:28:28 +0000 |
commit | 3f3b6d74ce55da65e54fcb7391c4b043347b474d (patch) | |
tree | a2a70b6f1ca8ca16837eb2d88b6078f4f0917d9c | |
parent | c398230b64aea809cb7c5cea8db580af7097920c (diff) |
Add FreeBSD tag
Notes
Notes:
svn path=/head/; revision=139824
-rw-r--r-- | sys/sys/tree.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sys/tree.h b/sys/sys/tree.h index 5648e464092f..063b03ca95f1 100644 --- a/sys/sys/tree.h +++ b/sys/sys/tree.h @@ -1,6 +1,8 @@ /* $NetBSD: tree.h,v 1.8 2004/03/28 19:38:30 provos Exp $ */ /* $OpenBSD: tree.h,v 1.7 2002/10/17 21:51:54 art Exp $ */ -/* +/* $FreeBSD$ */ + +/*- * Copyright 2002 Niels Provos <provos@citi.umich.edu> * All rights reserved. * |